inspircd/.travis.yml
Peter Powell fb029add36 Speed up Travis builds.
- Switch Linux builds to Ubuntu 14.04 from 12.04.
- Split dynamic and static builds into different jobs.
- Remove OS X builds as the infrastructure is slow and unreliable.
2016-09-15 02:21:53 +01:00

14 lines
190 B
YAML

compiler:
- clang
- gcc
dist: trusty
env:
- TEST_BUILD_DYNAMIC=1
- TEST_BUILD_STATIC=1
language: cpp
notifications:
email: false
script:
- sh ./tools/travis-ci.sh
sudo: required