Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Uncomment deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed May 29, 2016
1 parent 5cdefdf commit 79e7497
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ language: node_js
os:
- osx

#deploy:
# skip_cleanup: true
# provider: script
# script: npm run release
# on:
# branch: feature-automatic-releases
deploy:
skip_cleanup: true
provider: script
script: npm run release
on:
branch: feature-automatic-releases

0 comments on commit 79e7497

Please sign in to comment.