2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00

Run rest-server

This commit is contained in:
Alexander Neumann 2017-03-18 11:11:31 +01:00
parent 990b0f1c15
commit 280f05b174

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
}