Fix script release command.

Fixes failed Travis deploys since it only supports a single command.

see: https://github.com/travis-ci/dpl/issues/673
This commit is contained in:
Trevor Pounds 2019-12-29 23:03:00 -05:00
parent ef4422572c
commit 503f964882

View File

@ -26,9 +26,7 @@ services:
deploy: deploy:
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: script: make release
- make test_race
- make release
on: on:
tags: true tags: true
# it's important to build on the newest version of go: # it's important to build on the newest version of go: