mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
14 lines
195 B
YAML
14 lines
195 B
YAML
compiler:
|
|
- clang
|
|
- gcc
|
|
dist: xenial
|
|
env:
|
|
- CXXFLAGS=-std=gnu++98
|
|
- CXXFLAGS=-std=c++14
|
|
language: cpp
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- sh ./tools/travis-ci.sh
|
|
sudo: required
|