mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-13 02:02:14 -07:00
update ci
This commit is contained in:
parent
8ebb2c791b
commit
088c52e1fb
2 changed files with 52 additions and 5 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -6,13 +6,17 @@ os:
|
|||
julia:
|
||||
- 0.7
|
||||
- 1.0
|
||||
- 1.1
|
||||
- nightly
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- julia: nightly
|
||||
notifications:
|
||||
email: false
|
||||
- julia: nightly
|
||||
|
||||
## uncomment the following lines to override the default test script
|
||||
|
||||
after_success:
|
||||
# push coverage results to Coveralls
|
||||
- julia -e 'using Pkg; Pkg.add("WignerSymbols"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder());'
|
||||
# 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())'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue