]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - .travis.yml
Replace all references to IRCv3.2 with IRCv3.
[user/henk/code/inspircd.git] / .travis.yml
1 compiler:
2   - clang
3   - gcc
4 dist: trusty
5 language: cpp
6 notifications:
7   email: false
8 script:
9   - sh ./tools/travis-ci.sh
10 sudo: required