Add Travis settings necessary for C++11 compilation.

This commit is contained in:
Mike Lischke 2016-09-07 21:04:38 +02:00
parent b0fc8ea0da
commit 5afa240b97
1 changed files with 10 additions and 0 deletions

View File

@ -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