WignerSymbols.jl/.travis.yml
Jutho Haegeman 088c52e1fb update ci
2019-01-10 21:59:51 +01:00

22 lines
509 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
matrix:
allow_failures:
- julia: nightly
## uncomment the following lines to override the default test script
after_success:
# push coverage results to Codecov and Coveralls
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())'