Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Nov 11, 2016
1 parent 203b350 commit dbc53eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ matrix:
notifications:
email: false
script:
- ln -s `which gcc-5` gcc && export PATH=`pwd`:$PATH
- echo $PATH
- ln -s `which gcc-5` gcc && export PATH=`pwd`:$PATH && echo $PATH
- gcc -v
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Turing"); Pkg.test("Turing"; coverage=true)'
Expand Down

0 comments on commit dbc53eb

Please sign in to comment.