Update Travis go get

This commit is contained in:
lukasmartinelli
2016-11-03 13:18:08 +01:00
parent ecab640a9a
commit 7d1890156d
2 changed files with 16 additions and 4 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
language: go
install:
- go get
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket
- go get github.com/urfave/cli
test:
- make
- make