Skip to content

Commit 128e663

Browse files
committed
travis: fix before_deploy script
use list, because travis error reporting is confusing otherwise
1 parent abd60ec commit 128e663

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ script:
5151
- set -e
5252
- make test
5353

54-
before_deploy: |
55-
ruby --version
56-
gem install
54+
before_deploy:
55+
- ruby --version
56+
- gem install chandler
5757

5858
# Create token in https://github.com/settings/tokens with 'public_repo' access
5959
# and set as env var:
6060
# $ travis env set -p CHANDLER_GITHUB_API_TOKEN ...
61-
chandler push $TRAVIS_TAG
61+
- chandler push $TRAVIS_TAG
6262

6363
# vim:ft=yaml:et:ts=2:sw=2

0 commit comments

Comments
 (0)