Skip to content

Commit

Permalink
deploy files are a YAML list
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Nov 5, 2016
1 parent 89d0b42 commit 63c846b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ deploy:
# Save build artifacts.
skip_cleanup: true
# Using a shell variable in deploy.file is undocumented but seems to work.
file: macosx/${TRAVIS_TAG}.pkg
file: macosx/build-report.tgz
file:
- macosx/${TRAVIS_TAG}.pkg
- macosx/build-report.tgz
on:
repo: cgull/mosh
tags: true
Expand Down

0 comments on commit 63c846b

Please sign in to comment.