Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjaspers authored Jan 16, 2020
1 parent ff54de4 commit 2a4cbe4
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 @@ -9,15 +9,15 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- gcc-7
- g++-8
- gcc-8
- libblas-dev
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-8"

before_install:
- eval "${MATRIX_EVAL}"
- export CC=/usr/bin/gcc-7
- export CC=/usr/bin/gcc-8

script:
- cd tests
Expand Down

0 comments on commit 2a4cbe4

Please sign in to comment.