From 362a09d33288d07d1d3604791816e95be6201880 Mon Sep 17 00:00:00 2001 From: Leonhard Markert Date: Wed, 24 Jul 2019 15:12:27 +0000 Subject: [PATCH] Travis: install github.com/jpillora/backoff This dependency was previously missing, causing builds to fail (see https://travis-ci.org/mwitkow/go-conntrack/jobs/559296369#L469 for example). --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9654fa..9dc1410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ go: - "1.12" install: -- go get github.com/stretchr/testify +- go get github.com/jpillora/backoff - go get github.com/prometheus/client_golang/prometheus +- go get github.com/stretchr/testify - go get golang.org/x/net/context - go get golang.org/x/net/trace