WignerSymbols.jl/.travis.yml
Jutho a5ee2d5fc6
Switch to using HalfIntegers (#6)
* swich to using HalfIntegers, add project.toml, bump version, update CI

* add Random and add seed to avoid unlikely test failure
2019-07-09 00:53:40 +02:00

22 lines
509 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 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())'