1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 09:40:33 +02:00
Groups.jl/.travis.yml
2019-10-30 16:28:22 +01:00

24 lines
428 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly
notifications:
email: true
matrix:
fast_finish: true
allow_failures:
- julia: nightly
## uncomment the following lines to override the default test
# script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
codecov: true