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

Commit 0248c46

Browse files
author
Lars Gierth
committed
Test against go-ipfs master
1 parent 0ac4a0c commit 0248c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ services:
1414
- docker
1515

1616
before_install:
17-
- docker pull ipfs/go-ipfs:latest
17+
- 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
19+
- docker run -d -v /tmp/ipfs:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:master
2020

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

0 commit comments

Comments
 (0)