mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-04 10:55:27 +01:00
18 lines
250 B
YAML
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
|