Skip to content

Commit

Permalink
Fix .travis.yml parse error
Browse files Browse the repository at this point in the history
cyx committed Jan 25, 2018
1 parent 3e4e4ac commit f9da6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ deploy:
token:
secure: "noS4YOfugFPsUEHezZ2ZS24hVfuTGRcO/j2o1jlR+F2eQc8jLViMf2tWOBBciZOIXmiHyYTpApQ/jA6wY8L/xwsLQWkzr14yv+/pJjfYCHlDNKhdA7/+OHycDaSFBavBGUYQlxY8MwdWjHsuBWcq2LZ8SQpod6y81DX16D9kppY="
dist: ubuntu/trusty
package_glob: *.deb
package_glob: "*.deb"
on:
tags: true
repo: heroku/log-shuttle

0 comments on commit f9da6cf

Please sign in to comment.