We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def6f44 commit 13a25bcCopy full SHA for 13a25bc
.travis.yml
@@ -1,5 +1,7 @@
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
+codecov: true
4
+coveralls: true
5
os:
6
- linux
7
- osx
@@ -13,8 +15,8 @@ before_install:
13
15
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
14
16
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
17
fi
-after_success:
- - 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"))'
20
jobs:
21
include:
22
- stage: "Documentation"
0 commit comments