Skip to content

Commit 6f42005

Browse files
committed
fix travis
1 parent 3726f66 commit 6f42005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ notifications:
1616
# uncomment the following lines to override the default test script
1717
script:
1818
- 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)'
19+
- julia -e 'using Pkg; Pkg.add("GraphPlot"); Pkg.test("GraphPlot"; coverage=true)'
2020
after_success:
2121
# push coverage results to Codecov
2222
- julia -e 'using Pkg; cd(Pkg.dir("GraphPlot")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)