From 503f9648821cb7e04cd4f3de274f9488aae601b0 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sun, 29 Dec 2019 23:03:00 -0500 Subject: [PATCH] Fix script release command. Fixes failed Travis deploys since it only supports a single command. see: https://github.com/travis-ci/dpl/issues/673 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11038d7d..e4599f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,7 @@ services: deploy: - provider: script skip_cleanup: true - script: - - make test_race - - make release + script: make release on: tags: true # it's important to build on the newest version of go: