forked from TrueCloudLab/restic
Run rest-server
This commit is contained in:
parent
990b0f1c15
commit
280f05b174
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue