mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
fix travis
This commit is contained in:
parent
021f3e9aad
commit
ea030c2854
16
.travis.yml
16
.travis.yml
@ -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())'
|
||||
|
@ -10,4 +10,4 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[compat]
|
||||
AbstractAlgebra = "^0.1.3"
|
||||
AbstractAlgebra = "^0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user