We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f42005 commit b8989bcCopy full SHA for b8989bc
.travis.yml
@@ -14,9 +14,7 @@ matrix:
14
notifications:
15
email: false
16
# 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)'
+
20
after_success:
21
# push coverage results to Codecov
22
- julia -e 'using Pkg; cd(Pkg.dir("GraphPlot")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments