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
notifications:
email: true
git:
depth: 99999999
matrix:
fast_finish: true
allow_failures:
- julia: nightly
## uncomment and modify the following lines to manually install system packages
#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
## 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:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("Groups")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Groups")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

View File

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

View File

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