Skip to content

Commit

Permalink
trying to have travis deploy compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Jul 20, 2015
1 parent d705b3c commit 27ec347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- '0.10'
before_script:
Expand All @@ -12,5 +13,8 @@ deploy:
- "dist/mp4box.all.min.js"
- "dist/mp4box.simple.js"
- "dist/mp4box.simple.min.js"
skip_cleanup: true
on:
repo: gpac/mp4box.js
tags: true
all_branches: true

0 comments on commit 27ec347

Please sign in to comment.