diff --git a/.travis.yml b/.travis.yml index 2b78bf7..ba424dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/REQUIRE b/REQUIRE index f1c1c12..bf7baf0 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,5 +1,5 @@ julia 0.5 BinDeps MathProgBase -Polyhedra +Polyhedra 0.1 @windows WinRPM diff --git a/appveyor.yml b/appveyor.yml index 705905b..7ef6fba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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\")"