Travis changes for C++ 11
This commit is contained in:
parent
3fff26dd4a
commit
1db7c20bc5
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -13,6 +13,17 @@ compiler:
|
|||
os:
|
||||
- linux
|
||||
|
||||
# Install packages differs for container-based infrastructure
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- cmake
|
||||
|
||||
# https://github.com/travis-ci-tester/travis-test-gcc-cxx-11
|
||||
- g++-4.9
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install build-essential
|
||||
|
|
Loading…
Reference in a new issue