1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-17 10:55:31 +02:00
GroupRings.jl/.travis.yml

21 lines
370 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 1.0
- 1.1
- nightly
notifications:
email: true
matrix:
fast_finish: true
allow_failures:
- julia: nightly
script:
- julia -e 'using Pkg; pkg"add https://github.com/kalmarek/Groups.jl"; Pkg.build(); Pkg.test(coverage=true);'
codecov: true