]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - .travis.yml
Backport the master Travis changes to insp20.
[user/henk/code/inspircd.git] / .travis.yml
1 compiler:
2   - clang
3   - gcc
4 dist: trusty
5 env:
6   - PURE_STATIC=1
7   -
8 language: cpp
9 notifications:
10   email: false
11 script:
12   - sh ./tools/travis-ci.sh
13 sudo: required