2017-03-13 14:49:55 +01:00
|
|
|
# Documentation: http://docs.travis-ci.com/user/languages/julia/
|
|
|
|
language: julia
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
julia:
|
2019-02-18 19:57:00 +01:00
|
|
|
- 1.0
|
2019-02-21 19:03:49 +01:00
|
|
|
- 1.1
|
2017-03-13 14:49:55 +01:00
|
|
|
- nightly
|
|
|
|
notifications:
|
2019-02-18 19:57:00 +01:00
|
|
|
email: true
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
allow_failures:
|
|
|
|
- julia: nightly
|
2019-03-15 18:02:13 +01:00
|
|
|
- os: osx
|
2019-02-21 19:03:49 +01:00
|
|
|
|
2019-02-18 19:57:00 +01:00
|
|
|
## uncomment the following lines to override the default test
|
2019-03-15 18:02:13 +01:00
|
|
|
# script:
|
2019-02-21 19:03:49 +01:00
|
|
|
# - julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true);'
|
2019-02-18 19:57:00 +01:00
|
|
|
|
|
|
|
codecov: true
|