Skip to content

Commit

Permalink
Stop cloning in travis and fix REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 12, 2017
1 parent 36ac9c8 commit 6549196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6
MultivariatePolynomials 0.1.0-
SemialgebraicSets
MultivariatePolynomials 0.1.0
SemialgebraicSets 0.0.1
RowEchelon

0 comments on commit 6549196

Please sign in to comment.