diff --git a/.travis.yml b/.travis.yml index fc0f87b..c46f7d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ before_install: script: - julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("PipeLayout"); Pkg.test("PipeLayout"; coverage=true)' after_success: - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' + - julia -e 'VERSION != v"1.1" && exit(0); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' diff --git a/README.md b/README.md index 04bce1c..c90873e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # PipeLayout.jl [![Build Status](https://travis-ci.org/leethargo/PipeLayout.jl.svg?branch=master)](https://travis-ci.org/leethargo/PipeLayout.jl) -[![Coverage Status](https://coveralls.io/repos/github/leethargo/PipeLayout.jl/badge.svg?branch=master)](https://coveralls.io/github/leethargo/PipeLayout.jl?branch=master) [![codecov](https://codecov.io/gh/leethargo/PipeLayout.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/leethargo/PipeLayout.jl) Optimization methods for layout and design of (gas) pipeline networks. diff --git a/test/REQUIRE b/test/REQUIRE index 109a0f8..c6d2124 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -1,3 +1,3 @@ GLPKMathProgInterface -SCIP 0.6.1 +SCIP 0.6.1 0.7 SCS