Add Travis settings necessary for C++11 compilation.
This commit is contained in:
parent
b0fc8ea0da
commit
5afa240b97
10
.travis.yml
10
.travis.yml
|
@ -17,3 +17,13 @@ before_install:
|
|||
- sudo apt-get install -qq mono-complete
|
||||
- python --version
|
||||
- python3 --version
|
||||
|
||||
env:
|
||||
- CXX=g++-5
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-5
|
||||
|
|
Loading…
Reference in New Issue