1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00
Groups.jl/.travis.yml
2020-10-14 23:04:10 +02:00

18 lines
250 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 1.3
- 1.5
- nightly
notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- julia: nightly
codecov: true