Commit 8c511da9 authored by Jeromy Johnson's avatar Jeromy Johnson
Browse files

Merge pull request #16 from ipfs/fix/travis

make travis install gx deps
parents 176713e3 98c7ca0d
......@@ -13,4 +13,5 @@ env:
install: true
script:
- make deps
- go test ./p2p/...
gx:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment