Enable Travis-CI for Julia 0.7 and nightly (#209)

This commit is contained in:
Jukka Aho
2018-07-25 14:26:07 +03:00
committed by GitHub
parent 4431b96a96
commit e3035002e0
+6
View File
@@ -3,10 +3,16 @@ os:
- linux
julia:
- 0.6
- 0.7
- nightly
addons:
apt:
packages:
- hdf5-tools
matrix:
allow_failures:
- julia: 0.7
- julia: nightly
notifications:
email: false
webhooks: