Skip to content

Commit

Permalink
Update before_script in OSX travis to forcibly link gcc (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Oct 20, 2018
1 parent 3471596 commit c358cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ addons:
apt:
packages:
- hdf5-tools
before_script:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.develop("JLDArchives")'
Expand Down

0 comments on commit c358cc7

Please sign in to comment.