Skip to content

Commit

Permalink
BUG: Go back to GCC 5, GCC 6 won't run on our cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Mar 27, 2018
1 parent 0fa0a19 commit 42f02b5
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
Expand Up @@ -14,11 +14,11 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- gcc-5
- g++-5
- ninja-build
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- os: osx
osx_image: xcode9
before_install:
Expand Down

0 comments on commit 42f02b5

Please sign in to comment.