]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - .travis.yml
modulemanager: use get_version to get the InspIRCd version.
[user/henk/code/inspircd.git] / .travis.yml
1 compiler:
2   - clang
3   - gcc
4 dist: xenial
5 env:
6     - CXXFLAGS=-std=gnu++98
7     - CXXFLAGS=-std=c++14
8 language: cpp
9 notifications:
10   email: false
11 script:
12   - sh ./tools/travis-ci.sh
13 sudo: required