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:
- 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: