Groups.jl/.travis.yml

18 lines
249 B
YAML
Raw 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-04-19 23:51:40 +02:00
- 1.4
- nightly
notifications:
email: true
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