Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
change CI to target go-ipfs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Sep 15, 2021
1 parent c36d6df commit 750d8ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ env:
- BUILD_DEPTYPE=gomod

before_install:
- docker pull ipfs/go-ipfs:master
- cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@aba543fc5e6acf3859d8dca28bfb49941be30624
- mkdir /tmp/ipfs && chmod 0777 /tmp/ipfs
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:master "daemon" "--enable-namesys-pubsub"

- ipfs init
- (ipfs daemon --enable-namesys-pubsub &)

install:
- go mod download

Expand Down

0 comments on commit 750d8ea

Please sign in to comment.