Skip to content

Commit

Permalink
WIP CI g++ 4 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Apr 26, 2018
1 parent aef956d commit 2d514fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
os:
- linux
addons: # solution to missing <codecvt>: upgrade from g++ 4.8 to 5
addons: # solution to missing <codecvt>: upgrade from g++ 4.8 to 6
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
- g++-6
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"

language: cpp # see https://docs.travis-ci.com/user/languages/cpp/
compiler:
Expand Down

0 comments on commit 2d514fa

Please sign in to comment.