Skip to content

Commit

Permalink
CI readd accidentaly deleted export of gcc4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 22, 2016
1 parent a9d6a46 commit f521d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python


sudo: false

cache:
Expand Down Expand Up @@ -36,7 +35,9 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda

install: source ci_scripts/install.sh
install:
- export CXX="g++-4.8" CC="gcc-4.8"
- source ci_scripts/install.sh
script: bash ci_scripts/test.sh
after_success: source ci_scripts/success.sh

0 comments on commit f521d3f

Please sign in to comment.