Skip to content

Commit

Permalink
Revert "Use thrasher's fork until upstream merges PR toorop/go-pusher#2
Browse files Browse the repository at this point in the history
… (fixes Travis builds)"

This reverts commit f6b6e60.
  • Loading branch information
thrasher- committed Feb 3, 2016
1 parent d69c6ff commit 9c86745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ go:

install:
- go get github.com/gorilla/websocket
- go get github.com/thrasher-/go-pusher
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/socketio
2 changes: 1 addition & 1 deletion bitstampwebsocket.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/thrasher-/go-pusher"
"github.com/toorop/go-pusher"
"log"
)

Expand Down

0 comments on commit 9c86745

Please sign in to comment.