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

18 lines
249 B
YAML

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