From 511b4ddc93c7f501d59218fb3fb41cea3aedbf08 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 15 Apr 2015 10:25:08 +0200 Subject: [PATCH] fix(travis) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06da397..bc6907d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ before_install: - go get github.com/daaku/go.httpgzip - go get github.com/rs/cors - go get github.com/tj/go-debug - - go get gopkg.in/h2non/bimg.v0 \ No newline at end of file + - go get github.com/PuerkitoBio/throttled + - go get gopkg.in/h2non/bimg.v0