Skip to content

Commit b8989bc

Browse files
committed
fix travis again
1 parent 6f42005 commit b8989bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ matrix:
1414
notifications:
1515
email: false
1616
# uncomment the following lines to override the default test script
17-
script:
18-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19-
- julia -e 'using Pkg; Pkg.add("GraphPlot"); Pkg.test("GraphPlot"; coverage=true)'
17+
2018
after_success:
2119
# push coverage results to Codecov
2220
- julia -e 'using Pkg; cd(Pkg.dir("GraphPlot")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)