Skip to content

Commit

Permalink
.travis.yml: Match tarballs compressed with something other than bzip2.
Browse files Browse the repository at this point in the history
To make sure #55 doesn't break the next release.
  • Loading branch information
kingjon3377 committed Feb 17, 2019
1 parent f831471 commit 52c525b
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
Expand Up @@ -27,7 +27,7 @@ deploy:
file_glob: true
skip_cleanup: true
file:
- release/viewer-*.tbz2
- release/viewer-*.t*z*
- release/viewer-*.dmg
- release/viewer-*.exe
- release/viewer-*.jar
Expand Down

0 comments on commit 52c525b

Please sign in to comment.