Fix #8.
This commit is contained in:
parent
e9cfffa5fa
commit
112a71a881
|
@ -11,13 +11,11 @@ sudo: false
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- nim
|
- nim
|
||||||
- $GOPATH/src/gx
|
- $HOME/go/src/gx
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
before_install:
|
|
||||||
- export GOPATH=$HOME/go
|
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
|
@ -42,7 +40,7 @@ install:
|
||||||
}"
|
}"
|
||||||
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
||||||
- go get -v github.com/libp2p/go-libp2p-daemon
|
- go get -v github.com/libp2p/go-libp2p-daemon
|
||||||
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
- cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon
|
||||||
- cd $HOME
|
- cd $HOME
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue