Fix .travis.yml
This commit is contained in:
parent
06574ea26f
commit
ab8fab3df9
13
.travis.yml
13
.travis.yml
@ -1,22 +1,25 @@
|
|||||||
## Documentation: http://docs.travis-ci.com/user/languages/julia/
|
## Documentation: http://docs.travis-ci.com/user/languages/julia/
|
||||||
language: julia
|
language: julia
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
julia:
|
julia:
|
||||||
- 1.0
|
- 1.1
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- julia: nightly
|
- julia: nightly
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- gnuplot5
|
||||||
|
|
||||||
## uncomment the following lines to override the default test script
|
## uncomment the following lines to override the default test script
|
||||||
#script:
|
#script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user