We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0651b58 commit 1cf03ffCopy full SHA for 1cf03ff
.travis.yml
@@ -1,3 +1,9 @@
1
language: java
2
jdk:
3
- 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