From 3d396e108a982b6688cb337c78be58671f89344a Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Thu, 13 Jul 2017 13:19:24 -0400 Subject: [PATCH] fix travis for unit tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e54217ba..b66231993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: before_install: - curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip - unzip consul.zip - - mkdir ~/bin + - mkdir -p ~/bin - mv consul ~/bin - export PATH="~/bin:$PATH" @@ -42,4 +42,3 @@ matrix: fast_finish: true allow_failures: - go: tip -