1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-08 07:53:53 +02:00

fix travis

This commit is contained in:
kalmarek 2018-10-24 21:54:25 +02:00
parent 021f3e9aad
commit ea030c2854
3 changed files with 4 additions and 16 deletions

View File

@ -9,27 +9,15 @@ julia:
- nightly - nightly
notifications: notifications:
email: true email: true
git:
depth: 99999999
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- julia: nightly - julia: nightly
## uncomment and modify the following lines to manually install system packages ## uncomment the following lines to override the default test
#addons:
# apt: # apt-get for linux
# packages:
# - gfortran
#before_script: # homebrew for mac
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
## uncomment the following lines to override the default test script
# script: # script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)' # - 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("Groups")); 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("Groups")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

View File

@ -10,4 +10,4 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat] [compat]
AbstractAlgebra = "^0.1.3" AbstractAlgebra = "^0.2"

View File

@ -1,2 +1,2 @@
julia 0.6 julia 0.7
AbstractAlgebra AbstractAlgebra