From 8556b5e019216b67475d4b048dd78b9b88e52f85 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 7 Mar 2016 22:17:27 +1100 Subject: [PATCH] Updated Travis dependencies. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2794119b..5e44413b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ go: install: - go get github.com/gorilla/websocket - go get github.com/toorop/go-pusher - - go get github.com/thrasher-/socketio \ No newline at end of file + - go get github.com/thrasher-/socketio + - go get gopkg.in/jcelliott/turnpike.v2 \ No newline at end of file