Skip to content

Commit

Permalink
Revert "Temporarily use latest version of Polyhedra in travis and app…
Browse files Browse the repository at this point in the history
…veyor"

This reverts commit 70699de.
  • Loading branch information
blegat committed Dec 5, 2016
1 parent 28c858b commit 241a882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ addons:
- libgmp-dev
notifications:
email: false
before_script:
- julia -e 'Pkg.clone("git://github.com/blegat/Polyhedra.jl.git")'
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
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:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(\"https://github.com/blegat/Polyhedra.jl\"); Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"
Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"CDDLib\")"

0 comments on commit 241a882

Please sign in to comment.