try to fix travis dep error

This commit is contained in:
Taylor Gerring 2014-11-15 09:07:02 -06:00
parent bc5d924b83
commit 8f9a354682
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
before_install: sudo apt-get install libgmp3-dev
install:
- go get
- go get code.google.com/p/go.net/websocket
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet