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