1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-08-08 16:13:51 +02:00

fix travis

This commit is contained in:
kalmarek 2018-09-30 01:50:38 +02:00
parent 67e14806ea
commit 8de04df886

View File

@ -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:
fast_finish: true
allow_failures:
- julia: nightly
## uncomment the following lines to override the default test
# script: # script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; 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())'