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

Commit 50bf087

Browse files
committed
enable pubsub for travis
1 parent 8d0e84f commit 50bf087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
before_install:
1717
- docker pull ipfs/go-ipfs:master
1818
- mkdir /tmp/ipfs && chmod 0777 /tmp/ipfs
19-
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:master
19+
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:master --enable-pubsub-experiment
2020

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

0 commit comments

Comments
 (0)