fix travis 2

This commit is contained in:
kalmarek 2018-10-01 09:36:36 +02:00
parent 8de04df886
commit 2510654162
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ matrix:
allow_failures:
- 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:
# push coverage results to Coveralls
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'