From 44f1f0af0092c98135d568b94d0168e1ffb12ecd Mon Sep 17 00:00:00 2001 From: cheatfate Date: Mon, 19 Nov 2018 04:32:40 +0200 Subject: [PATCH] Fix #4. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54c7cbb..9fd5397 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ os: - osx go: - - master + - "1.11.x" install: # build nim from our own branch - this to avoid the day-to-day churn and @@ -38,6 +38,7 @@ install: # cd ../.. ; # }" # - "export PATH=$PWD/nim/$NIMVER/bin:$PATH" + - echo $TRAVIS_GO_VERSION - go get -v github.com/libp2p/go-libp2p-daemon - cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon - make