From 280f05b1741b422752b486eeedfb1d95695eff4a Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 18 Mar 2017 11:11:31 +0100 Subject: [PATCH] Run rest-server --- run_integration_tests.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_integration_tests.go b/run_integration_tests.go index 09106b3f3..53207550c 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -188,6 +188,8 @@ func (env *TravisEnvironment) Prepare() error { } } + env.rest = filepath.Join(os.Getenv("GOPATH"), "bin", "rest-server") + if err := env.getMinio(); err != nil { return err }