Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds)

This commit is contained in:
Adrian Gallagher
2016-02-01 23:18:52 +11:00
parent d613dc25e0
commit f6b6e60610
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ go:
install:
- go get github.com/gorilla/websocket
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/go-pusher
- go get github.com/thrasher-/socketio

View File

@@ -1,7 +1,7 @@
package main
import (
"github.com/toorop/go-pusher"
"github.com/thrasher-/go-pusher"
"log"
)