Skip to content

Commit

Permalink
Merge pull request #1082 from joakim-hove/travis-environment
Browse files Browse the repository at this point in the history
Set env variable when running travis.
  • Loading branch information
joakim-hove authored Jun 11, 2017
2 parents ae5d17c + 4db2461 commit b0234b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ addons:
- cmake
- cmake-data

env:
global:
- TRAVIS_CI=1


before_script:
- export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"
- cd ..
Expand Down

0 comments on commit b0234b7

Please sign in to comment.