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 3726f66 commit 6f42005Copy full SHA for 6f42005
.travis.yml
@@ -16,7 +16,7 @@ notifications:
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.clone(pwd()); Pkg.build("GraphPlot"); Pkg.test("GraphPlot"; coverage=true)'
+ - 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