GroupRings.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:
2020-10-14 22:39:16 +02:00
- 1.3
- 1.5
- nightly
notifications:
2020-10-14 22:39:16 +02:00
email: false
2018-09-30 01:50:38 +02:00
matrix:
fast_finish: true
allow_failures:
- julia: nightly
2019-03-15 18:51:27 +01:00
codecov: true