Skip to content

Commit

Permalink
Merge pull request #16 from ipfs/fix/travis
Browse files Browse the repository at this point in the history
make travis install gx deps
  • Loading branch information
whyrusleeping committed Feb 17, 2016
2 parents 176713e + 98c7ca0 commit 8c511da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ env:
install: true

script:
- make deps
- go test ./p2p/...
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gx:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go

deps: gx
gx --verbose install --global
2 changes: 1 addition & 1 deletion p2p/peer/queue/distance.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"

peer "github.com/ipfs/go-libp2p/p2p/peer"
ks "github.com/whyrusleeping/go-keyspace"
ks "gx/ipfs/QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc/go-keyspace"
)

// peerMetric tracks a peer and its distance to something else.
Expand Down

0 comments on commit 8c511da

Please sign in to comment.