Skip to content

Commit 72b13e1

Browse files
committed
Attempt to fix issue with Travis installing hdf5-tools
1 parent 6003e29 commit 72b13e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11+
addons:
12+
apt: # apt-get for linux
13+
packages:
14+
- hdf5-tools # Install it this way to be able to run Travis with `sudo: false`
15+
1116

1217
matrix:
1318
allow_failures:

0 commit comments

Comments
 (0)