1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-16 18:45:29 +02:00
GroupRings.jl/.travis.yml

21 lines
395 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
- 0.6
- 0.7
- 1.0
- nightly
notifications:
2018-09-30 01:50:38 +02:00
email: true
matrix:
fast_finish: true
allow_failures:
- julia: nightly
after_success:
# push coverage results to Coveralls
2018-09-30 01:50:38 +02:00
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'