GroupRings.jl/.travis.yml

21 lines
370 B
YAML
Raw Normal View History

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
2018-09-30 01:50:38 +02:00
- 1.0
2019-03-15 18:51:27 +01:00
- 1.1
- nightly
notifications:
2018-09-30 01:50:38 +02:00
email: true
matrix:
fast_finish: true
allow_failures:
- julia: nightly
2018-10-01 09:59:43 +02:00
script:
2019-03-15 18:51:27 +01:00
- julia -e 'using Pkg; pkg"add https://github.com/kalmarek/Groups.jl"; Pkg.build(); Pkg.test(coverage=true);'
2018-10-01 09:59:43 +02:00
2019-03-15 18:51:27 +01:00
codecov: true