Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Fix path release-app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Dec 19, 2015
1 parent b3dc3a7 commit e7310bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7310bb

Please sign in to comment.