mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Add a Travis build matrix option for C++14.
This commit is contained in:
parent
9f53454550
commit
aad20cbcb3
@ -2,6 +2,9 @@ compiler:
|
||||
- clang
|
||||
- gcc
|
||||
dist: xenial
|
||||
env:
|
||||
- CXXFLAGS=-std=gnu++98
|
||||
- CXXFLAGS=-std=c++14
|
||||
language: cpp
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user