Skip to content

Commit

Permalink
Switch to MathOptInterface.Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Feb 16, 2018
1 parent ca46a54 commit a7521e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ 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/tkoolen/MathOptInterface.jl.git"); Pkg.checkout("MathOptInterface", "tk/interval-constructors-rebased")'
- 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
4 changes: 2 additions & 2 deletions test/MathOptInterfaceOSQP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ using Base.Test
using MathOptInterface
const MOI = MathOptInterface

using MathOptInterfaceTests
const MOIT = MathOptInterfaceTests
using MathOptInterface.Test
const MOIT = MathOptInterface.Test

using MathOptInterfaceUtilities
const MOIU = MathOptInterfaceUtilities
Expand Down

0 comments on commit a7521e2

Please sign in to comment.