Skip to content

Commit 379adf6

Browse files
authored
Update .travis.yml
remove overrides to default test script
1 parent 5f824bc commit 379adf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ git:
2626
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2727

2828
# uncomment the following lines to override the default test script
29-
script:
30-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
31-
- julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("SimpleWeightedGraphs"); Pkg.test("SimpleWeightedGraphs"; coverage=true)'
29+
# script:
30+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
31+
# - julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("SimpleWeightedGraphs"); Pkg.test("SimpleWeightedGraphs"; coverage=true)'
3232
after_success:
3333
# push coverage results to Codecov
3434
- julia -e 'using Pkg; cd(Pkg.dir("SimpleWeightedGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)