Run rest-server

This commit is contained in:
Alexander Neumann 2017-03-18 11:11:31 +01:00
parent 990b0f1c15
commit 280f05b174
1 changed files with 2 additions and 0 deletions

View File

@ -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
}