Skip to content

Commit

Permalink
Merge pull request #1020 from mila-udem/travis_g++
Browse files Browse the repository at this point in the history
Remove warning about g++ missing in Travis
  • Loading branch information
dwf committed Mar 4, 2016
2 parents eab4448 + 6004710 commit f8e85f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- |
if [[ $TESTS == 'blocks' ]]; then
coverage run -p --source=blocks -m nose2.__main__ -v doctests || fail
export THEANO_FLAGS=$THEANO_FLAGS,cxx=
echo "[global]\ncxx =" > ~/.theanorc
coverage run -p --source=blocks -m nose2.__main__ -v tests || fail
return $FAILED
fi
Expand Down

0 comments on commit f8e85f7

Please sign in to comment.