From 65491962f3999b642ec6fe137e171335b428c12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 12 Sep 2017 20:39:24 +0200 Subject: [PATCH] Stop cloning in travis and fix REQUIRE --- .travis.yml | 4 ---- REQUIRE | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b80a566..a663c94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,6 @@ git: # - gfortran #before_script: # homebrew for mac # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi -before_script: - - julia -e 'Pkg.clone("git://github.com/blegat/SemialgebraicSets.jl.git")' - - julia -e 'Pkg.clone("git://github.com/blegat/DynamicPolynomials.jl.git")' - ## uncomment the following lines to override the default test script #script: # - julia -e 'Pkg.clone(pwd()); Pkg.build("MultivariateMoments"); Pkg.test("MultivariateMoments"; coverage=true)' diff --git a/REQUIRE b/REQUIRE index 8fd9a0f..0d91cda 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ julia 0.6 -MultivariatePolynomials 0.1.0- -SemialgebraicSets +MultivariatePolynomials 0.1.0 +SemialgebraicSets 0.0.1 RowEchelon