Skip to content

Commit

Permalink
Use addons to install hdf5 using homebrew (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Oct 25, 2018
1 parent c358cc7 commit 08315b9
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
Expand Up @@ -12,8 +12,9 @@ addons:
apt:
packages:
- hdf5-tools
before_script:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
homebrew:
packages:
- hdf5
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 08315b9

Please sign in to comment.