Skip to content

Commit

Permalink
Merge pull request ipfs#40 from ipfs/fix/deps/multiformats
Browse files Browse the repository at this point in the history
deps: point multiaddr imports to multiformats org
  • Loading branch information
whyrusleeping committed Sep 20, 2016
2 parents 63a4567 + 0248c46 commit e77c2bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: required
language: go

go:
- 1.4
- 1.5
- 1.7
- tip

matrix:
Expand All @@ -15,9 +14,9 @@ services:
- docker

before_install:
- docker pull jbenet/go-ipfs:latest
- docker pull ipfs/go-ipfs:master
- mkdir /tmp/ipfs && chmod 0777 /tmp/ipfs
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 jbenet/go-ipfs
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:master

install:
- go get -t -v ./...

0 comments on commit e77c2bd

Please sign in to comment.