This commit is contained in:
cheatfate 2018-11-19 05:00:59 +02:00
parent 1211ffbb5c
commit 5c167b231d
1 changed files with 3 additions and 1 deletions

View File

@ -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