From 61f6db25f4f0377e4140e012254828844b415ada Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 11 Mar 2018 22:01:37 +0100 Subject: [PATCH] CI: install rclone --- run_integration_tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/run_integration_tests.go b/run_integration_tests.go index c040199aa..a5451560e 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -97,6 +97,7 @@ func (env *TravisEnvironment) Prepare() error { "github.com/golang/dep/cmd/dep", "github.com/restic/rest-server/cmd/rest-server", "github.com/restic/calens", + "github.com/ncw/rclone", } for _, pkg := range pkgs {