Fix #4.
This commit is contained in:
parent
ca57d5835b
commit
44f1f0af00
|
@ -17,7 +17,7 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- master
|
- "1.11.x"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# build nim from our own branch - this to avoid the day-to-day churn and
|
# build nim from our own branch - this to avoid the day-to-day churn and
|
||||||
|
@ -38,6 +38,7 @@ install:
|
||||||
# cd ../.. ;
|
# cd ../.. ;
|
||||||
# }"
|
# }"
|
||||||
# - "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
# - "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
|
||||||
|
- echo $TRAVIS_GO_VERSION
|
||||||
- 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 $GOPATH/src/github.com/libp2p/go-libp2p-daemon
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue