Groups.jl/.travis.yml

18 lines
250 B
YAML
Raw Permalink Normal View History

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
2019-10-30 16:28:22 +01:00
- 1.3
2020-10-14 23:04:10 +02:00
- 1.5
- nightly
notifications:
2020-10-14 23:04:10 +02:00
email: false
matrix:
fast_finish: true
allow_failures:
2017-02-02 13:52:18 +01:00
- julia: nightly
2019-02-21 15:01:44 +01:00
codecov: true