Skip to content

Commit

Permalink
Temporary .travis.yml changes to get code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Feb 14, 2018
1 parent 44af411 commit 4d0e4ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ addons:
- cmake-data
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/tkoolen/MathOptInterface.jl.git"); Pkg.checkout("MathOptInterface", "tk/interval-constructors")'
- julia -e 'Pkg.clone("https://github.com/JuliaOpt/MathOptInterfaceUtilities.jl.git")'
- julia -e 'Pkg.clone("https://github.com/tkoolen/MathOptInterfaceTests.jl.git"); Pkg.checkout("MathOptInterfaceTests", "tk/affine-duplicate")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("OSQP"); Pkg.test("OSQP"; coverage=true)'
after_success:
# # push coverage results to Coveralls
Expand Down

0 comments on commit 4d0e4ce

Please sign in to comment.