mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
update travis.yml
This commit is contained in:
parent
42efa10861
commit
d871d4db3d
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ os:
|
||||||
- osx
|
- osx
|
||||||
julia:
|
julia:
|
||||||
- 0.7
|
- 0.7
|
||||||
|
- 1.0
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- julia: nightly
|
- julia: nightly
|
||||||
|
|
@ -14,4 +14,5 @@ notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- julia -e 'cd(Pkg.dir("WignerSymbols")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())';
|
# push coverage results to Coveralls
|
||||||
|
- julia -e 'using Pkg; Pkg.add("WignerSymbols"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue