Fix .travis.yml

This commit is contained in:
Giorgio Calderone 2020-03-19 18:14:35 +01:00
parent 06574ea26f
commit ab8fab3df9

View File

@ -1,22 +1,25 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 1.0
- 1.1
- nightly
notifications:
email: false
git:
depth: 99999999
## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: nightly
addons:
apt:
packages:
- gnuplot5
## uncomment the following lines to override the default test script
#script: