Skip to content

Commit

Permalink
fix(travis): wrong glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed May 10, 2017
1 parent c2de7ce commit 252e116
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 @@ -31,7 +31,7 @@ deploy:
api_key:
secure: Ii5Phu/1jnnXjtNbwt+FSH2CBq7Db7TXKoHoN7SrPJAs7w+J/ZDSTKf0Scbck+8woyImXTlh6pX+3qXU57u3FkigeOqX46i4OcT7SJQ+lVbgIVJRNojlw0gZmZ1hgTLWl5914xMnO82+99xjlU2amG4Cv7jkx61M8Os56pqR4kMo6uy1YkSEYNc06cZYNTkNWuGfxlCyMtz3G4WYgKEJXEqbfGJ7Hz6jWkaG+g03KuzBI1XbjNpT13VyxSkcC+xz4uaPO6ZRR5f6wKUbyGfl51xYmZkwYdqc2Zm2tfG+S1gHpyQwz9fXb5DOR5FbRWOmW+YSvbBZwELA67nxpempMT1Nx0v0sp6z8pOeJQLZKuyhMe2kRZD6nKY/feMSVC0ABnbqw4MiitgLcHMqVLpir45JuhoWqkEGU24zbu6Ut37UcrXgdcD7lXzTy2tEHptgsiRk0Y5oMMjZhRLiausD4g2cg7m4cfC4tuScEWwEXqTTScPZTrF5t0XhfOJoVwaz6x//kmx9drYbBTaWJSul4WMiVcxm9OmSxez7BKQx9Wa4i+IecbG5feFS6lKqtwL7hSbEoM9SYtof/F4QfJedE3pl43GwVNNpf+618HvNZMmwxtAXIiXzc7AAobXyT2JPOwKme9tx5ziUch7TSqZi3hnL/19cbndeb0GvuXcDHcc=
file_glob: true
file: './out/mcs-lite-app/*.(tar.gz,zip)'
file: './out/mcs-lite-app/*.{tar.gz,zip}'
skip_cleanup: true
on:
repo: MCS-Lite/mcs-lite-app
Expand Down

0 comments on commit 252e116

Please sign in to comment.