Skip to content

Commit

Permalink
Attempt to fix issue with Travis installing hdf5-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sam81 committed Aug 13, 2018
1 parent 6003e29 commit 72b13e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ julia:
- nightly
notifications:
email: false
addons:
apt: # apt-get for linux
packages:
- hdf5-tools # Install it this way to be able to run Travis with `sudo: false`


matrix:
allow_failures:
Expand Down

0 comments on commit 72b13e1

Please sign in to comment.