uncomment script:

This commit is contained in:
kalmar 2017-01-24 14:12:16 +01:00
parent 2f543eff45
commit ec9dc214fb
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ julia:
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/scheinerman/Permutations.jl.git")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
@ -18,3 +18,4 @@ after_success:
- 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())'
``