Skip to content

Commit f0c9417

Browse files
committed
Use PolyJuMP v0.0.1
1 parent da2a288 commit f0c9417

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11-
before_script:
12-
- julia -e 'Pkg.clone("git://github.com/JuliaOpt/PolyJuMP.jl.git")'
1311
# uncomment the following lines to override the default test script
1412
#script:
1513
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.5
22
MultivariatePolynomials 0.0.1
33
JuMP
4-
PolyJuMP
4+
PolyJuMP 0.0.1

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ build_script:
2828
# Need to convert from shallow to complete for Pkg.clone to work
2929
- IF EXIST .git\shallow (git fetch --unshallow)
3030
- C:\projects\julia\bin\julia -e "versioninfo();
31-
Pkg.clone(\"https://github.com/JuliaOpt/PolyJuMP.jl\");
3231
Pkg.clone(pwd(), \"SumOfSquares\"); Pkg.build(\"SumOfSquares\")"
3332

3433
test_script:

0 commit comments

Comments
 (0)