Skip to content

Commit 657025b

Browse files
authored
Require sudo and preinstall HDF5 on Travis (#107)
1 parent e4e9a05 commit 657025b

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
@@ -1,5 +1,10 @@
11
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3+
sudo: required # for BinDeps
4+
addons:
5+
apt:
6+
packages:
7+
- hdf5-tools
38
os:
49
- linux
510
julia:

0 commit comments

Comments
 (0)