mirror of https://github.com/vacp2p/nim-libp2p.git
Fix #7.
This commit is contained in:
parent
1211ffbb5c
commit
5c167b231d
|
@ -16,6 +16,8 @@ cache:
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
before_install:
|
||||
- export GOPATH=$HOME/go
|
||||
|
||||
go:
|
||||
- "1.11.x"
|
||||
|
@ -41,7 +43,7 @@ install:
|
|||
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
||||
- go get -v github.com/libp2p/go-libp2p-daemon
|
||||
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
||||
- make
|
||||
- cd $HOME
|
||||
|
||||
script:
|
||||
- nimble install -y
|
||||
|
|
Loading…
Reference in New Issue