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

Commit 750d8ea

Browse files
committed
change CI to target go-ipfs branch
1 parent c36d6df commit 750d8ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ env:
1818
- BUILD_DEPTYPE=gomod
1919

2020
before_install:
21-
- docker pull ipfs/go-ipfs:master
21+
- cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@aba543fc5e6acf3859d8dca28bfb49941be30624
2222
- mkdir /tmp/ipfs && chmod 0777 /tmp/ipfs
23-
- 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"
24-
23+
- ipfs init
24+
- (ipfs daemon --enable-namesys-pubsub &)
25+
2526
install:
2627
- go mod download
2728

0 commit comments

Comments
 (0)