From 66839781dd1c0bfae1dbf1d64404526f79d52e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 9 Oct 2016 15:26:33 +0200 Subject: [PATCH] Update requirements with Polyhedra 0.1 --- .travis.yml | 2 -- REQUIRE | 2 +- appveyor.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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\")"