From e7310bb15ffeca51b4aa8fa4d46e2c5ffc885c74 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Sat, 19 Dec 2015 17:04:39 -0600 Subject: [PATCH] Fix path release-app.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc0a2e8c..cf117d62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: - go get github.com/aktau/github-release after_success: - - ./scripts/release-app.sh + - PATH=$GOPATH/bin:$PATH ./scripts/release-app.sh - ./scripts/build-website.sh - ./scripts/deploy-website.sh