Skip to content

Commit

Permalink
Stop cloning branch fix-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 4, 2017
1 parent b64fddd commit af20f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.init(); Pkg.add("GeometryTypes"); Pkg.checkout("GeometryTypes")'
- julia -e 'Pkg.clone("https://github.com/JuliaPolyhedra/Polyhedra.jl"); Pkg.checkout("Polyhedra", "fix-0.6"); Pkg.build("Polyhedra")'
- julia -e 'Pkg.clone("https://github.com/JuliaPolyhedra/Polyhedra.jl"); Pkg.checkout("Polyhedra"); Pkg.build("Polyhedra")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("CDDLib"); Pkg.test("CDDLib"; coverage=true)'
after_success:
# push coverage results to Coveralls
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_script:
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.init(); Pkg.add(\"GeometryTypes\"); Pkg.checkout(\"GeometryTypes\");
Pkg.clone(\"https://github.com/JuliaPolyhedra/Polyhedra.jl\"); Pkg.checkout(\"Polyhedra\", \"fix-0.6\");
Pkg.clone(\"https://github.com/JuliaPolyhedra/Polyhedra.jl\"); Pkg.checkout(\"Polyhedra\");
Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"

test_script:
Expand Down

0 comments on commit af20f64

Please sign in to comment.