Skip to content

Commit

Permalink
fix matrix problem in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Jul 20, 2015
1 parent e376e60 commit 1675653
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ node_js:
before_script:
- npm install -g grunt-cli
deploy:
matrix:
- provider: releases
api_key:
secure: FJF3zi4Rk+sHkBsRyNF7IanjGgcQvRX87Mvykp6Afd8t/B+WeDfbxGrqyyHjANgDcUSquFoJZlIt8lQ+Jy8V0rog9M1be+HpENOHOnyYnnrTrgL+ZodZrYJ5Mfbjdd451MTZCcxAFGyCxBvYz/pUWA0wDq9/7WFmF0hGVWevAio=
file:
- dist/mp4box.all.js
- dist/mp4box.all.min.js
- dist/mp4box.all.min.js.map
- dist/mp4box.simple.js
- dist/mp4box.simple.min.js
- dist/mp4box.simple.min.js.map
- dist/mp4box.all.js
- dist/mp4box.all.min.js
- dist/mp4box.all.min.js.map
- dist/mp4box.simple.js
- dist/mp4box.simple.min.js
- dist/mp4box.simple.min.js.map
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 1675653

Please sign in to comment.