From a7521e2c9114059237674b76ef8f61677c8c7b7f Mon Sep 17 00:00:00 2001 From: Twan Koolen Date: Fri, 16 Feb 2018 01:37:09 -0500 Subject: [PATCH] Switch to MathOptInterface.Test. --- .travis.yml | 3 +-- test/MathOptInterfaceOSQP.jl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e429b0..fb3a356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/test/MathOptInterfaceOSQP.jl b/test/MathOptInterfaceOSQP.jl index 8e03d8d..e952dc4 100644 --- a/test/MathOptInterfaceOSQP.jl +++ b/test/MathOptInterfaceOSQP.jl @@ -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