Skip to content

Commit

Permalink
Travis: Fix deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Jan 6, 2017
1 parent bc0802c commit 4db1db5
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 @@ -33,7 +33,7 @@ deploy:
on:
tags: true
all_branches: true
condition: "($TARGET_OS = win*) && ($QT5 = true)"
condition: '("$TARGET_OS" = win??) && "$QT5"'
repo: LMMS/lmms
notifications:
webhooks:
Expand Down

0 comments on commit 4db1db5

Please sign in to comment.