Skip to content

Commit 8e4f9d1

Browse files
committed
Stop checkouting PolyJuMP on Travis
1 parent 32f4c39 commit 8e4f9d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ before_install:
1414
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
1515
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
1616
fi
17-
before_script:
18-
- julia -e 'if VERSION >= v"0.7-"; using Pkg; Pkg.add(PackageSpec(name="PolyJuMP", rev="release-0.2")); else Pkg.add("PolyJuMP"); Pkg.checkout("PolyJuMP", "release-0.2"); end'
1917
after_success:
2018
# push coverage results to Coveralls
2119
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)