mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
27 lines
448 B
YAML
27 lines
448 B
YAML
# Documentation: http://docs.travis-ci.com/user/languages/julia/
|
|
language: julia
|
|
os:
|
|
- linux
|
|
- osx
|
|
julia:
|
|
- 1.0
|
|
- 1.1
|
|
- nightly
|
|
notifications:
|
|
email: true
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- julia: nightly
|
|
- os: osx
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- hdf5-tools
|
|
|
|
## uncomment the following lines to override the default test
|
|
# script:
|
|
# - julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true);'
|
|
|
|
codecov: true
|