Skip to content

Commit 1cf03ff

Browse files
committed
install IPFS daemon on Travis box
1 parent 0651b58 commit 1cf03ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
language: java
22
jdk:
33
- oraclejdk8
4+
before_script:
5+
- wget https://dist.ipfs.io/go-ipfs/v0.4.10/go-ipfs_v0.4.10_linux-amd64.tar.gz -O /tmp/go-ipfs_v0.4.10_linux-amd64.tar.gz
6+
- tar -xvf /tmp/go-ipfs_v0.4.10_linux-amd64.tar.gz
7+
- export PATH=$PATH:$PWD/go-ipfs/
8+
- ipfs init
9+
- ipfs daemon &

0 commit comments

Comments
 (0)