From d92feee33d7078ecbca2df7945918d2e47bb7aef Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 3 Dec 2019 02:33:00 -0800 Subject: [PATCH] fix build script --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c2f9528..d33a1d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest - rvm install 2.0.0 - rvm 2.0.0 do gem install --no-document fpm - - rvm 2.0.0 gem install --no-document package_cloud + - rvm 2.0.0 do gem install --no-document package_cloud before_script: # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. - openssl aes-256-cbc -K $encrypted_e3d3b4b2abab_key -iv $encrypted_e3d3b4b2abab_iv -in .secret-files.tar.enc -out .secret-files.tar -d @@ -43,6 +43,7 @@ script: after_success: # Display Release Folder - ls -l release/ + - scripts/package-deploy.sh # Setup the ssh client so we can clone and push to the homebrew formula repo. # You must put github_deploy_file into .secret_files.tar.enc # This is an ssh key added to your homebrew forumla repo.