Skip to content

Commit

Permalink
fix the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuliren committed Sep 27, 2018
1 parent 34e5782 commit 0d8b595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ notifications:
email: false

script:
- sudo apt-get install -y hdf5-tools
- julia -e 'import Pkg; Pkg.add(pwd()); Pkg.test("BigArrays")'
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.test("BigArrays")'

matrix:
allow_failures:
Expand Down

0 comments on commit 0d8b595

Please sign in to comment.