Skip to content

Commit

Permalink
Stop checkouting PolyJuMP on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 2, 2018
1 parent 32f4c39 commit 8e4f9d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ before_install:
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
fi
before_script:
- 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'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit 8e4f9d1

Please sign in to comment.