Skip to content

Commit 13a25bc

Browse files
committed
Checkout PolyJuMP
1 parent def6f44 commit 13a25bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3+
codecov: true
4+
coveralls: true
35
os:
46
- linux
57
- osx
@@ -13,8 +15,8 @@ before_install:
1315
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
1416
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
1517
fi
16-
after_success:
17-
- julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("SumOfSquares")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
18+
before_script:
19+
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="PolyJuMP", rev="master"))'
1820
jobs:
1921
include:
2022
- stage: "Documentation"

0 commit comments

Comments
 (0)