mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-19 14:35:27 +01:00
fix travis
This commit is contained in:
parent
67e14806ea
commit
8de04df886
23
.travis.yml
23
.travis.yml
@ -4,16 +4,21 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
julia:
|
julia:
|
||||||
- release
|
- 0.6
|
||||||
|
- 0.7
|
||||||
|
- 1.0
|
||||||
- nightly
|
- nightly
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: true
|
||||||
# uncomment the following lines to override the default test script
|
matrix:
|
||||||
#script:
|
fast_finish: true
|
||||||
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
allow_failures:
|
||||||
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; coverage=true)'
|
- julia: nightly
|
||||||
|
|
||||||
|
## uncomment the following lines to override the default test
|
||||||
|
# script:
|
||||||
|
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# push coverage results to Coveralls
|
# push coverage results to Coveralls
|
||||||
- julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
|
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
|
||||||
# push coverage results to Codecov
|
|
||||||
- julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user