From e56070d51924f2d2b9332f3daa7a58b9cb4d5d03 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Wed, 27 Jul 2016 10:56:08 +1000 Subject: [PATCH] Update Travis dependencies --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8596fe39..7439df87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ install: - go get github.com/toorop/go-pusher - go get github.com/thrasher-/socketio - go get gopkg.in/jcelliott/turnpike.v2 + - go get github.com/gorilla/mux after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file