Skip to content

Commit 291f4da

Browse files
committed
Modify travis to build HDF5
1 parent b0613b1 commit 291f4da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ matrix:
1717
- julia: nightly
1818

1919
## uncomment and modify the following lines to manually install system packages
20-
#addons:
21-
# apt: # apt-get for linux
22-
# packages:
23-
# - gfortran
20+
addons:
21+
apt: # apt-get for linux
22+
packages:
23+
- hdf5-tools
2424
#before_script: # homebrew for mac
2525
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2626

0 commit comments

Comments
 (0)