Groups.jl/.travis.yml

24 lines
428 B
YAML
Raw Normal View History

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
2018-09-21 19:27:47 +02:00
- 1.0
2019-03-16 23:36:43 +01:00
- 1.1
2019-10-30 16:28:22 +01:00
- 1.2
- 1.3
- nightly
notifications:
email: true
matrix:
fast_finish: true
allow_failures:
2017-02-02 13:52:18 +01:00
- julia: nightly
2018-10-24 21:54:25 +02:00
## uncomment the following lines to override the default test
2018-09-21 19:27:47 +02:00
# script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
2017-07-21 23:36:19 +02:00
2019-02-21 15:01:44 +01:00
codecov: true