Skip to content

Commit a1873c1

Browse files
committed
removed Pkg.checkout(GeometryTypes from .travis.yml because this caused problem
1 parent ae7e0cb commit a1873c1

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
@@ -19,6 +19,6 @@ notifications:
1919
# uncomment the following lines to override the default test script
2020
script:
2121
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
22-
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("NetworkLayout"); Pkg.checkout("GeometryTypes"); Pkg.clone("LightGraphs"); Pkg.test("NetworkLayout"; coverage=true)'
22+
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("NetworkLayout"); Pkg.clone("LightGraphs"); Pkg.test("NetworkLayout"; coverage=true)'
2323
after_success:
2424
- julia -e 'using Pkg; cd(Pkg.dir("NetworkLayout")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)