Skip to content

Commit 503f964

Browse files
committed
Fix script release command.
Fixes failed Travis deploys since it only supports a single command. see: travis-ci/dpl#673
1 parent ef44225 commit 503f964

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ services:
2626
deploy:
2727
- provider: script
2828
skip_cleanup: true
29-
script:
30-
- make test_race
31-
- make release
29+
script: make release
3230
on:
3331
tags: true
3432
# it's important to build on the newest version of go:

0 commit comments

Comments
 (0)