File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
- nightly
9
9
notifications :
10
10
email : false
11
- before_script :
12
- - julia -e 'Pkg.clone("git://github.com/JuliaOpt/PolyJuMP.jl.git")'
13
11
# uncomment the following lines to override the default test script
14
12
# script:
15
13
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Original file line number Diff line number Diff line change 1
1
julia 0.5
2
2
MultivariatePolynomials 0.0.1
3
3
JuMP
4
- PolyJuMP
4
+ PolyJuMP 0.0.1
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ build_script:
28
28
# Need to convert from shallow to complete for Pkg.clone to work
29
29
- IF EXIST .git\shallow (git fetch --unshallow)
30
30
- C:\projects\julia\bin\julia -e "versioninfo();
31
- Pkg.clone(\"https://github.com/JuliaOpt/PolyJuMP.jl\");
32
31
Pkg.clone(pwd(), \"SumOfSquares\"); Pkg.build(\"SumOfSquares\")"
33
32
34
33
test_script :
You can’t perform that action at this time.
0 commit comments