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

Commit

Permalink
Comment out deploy to create a cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed May 29, 2016
1 parent 63ca242 commit 528fd82
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 528fd82

Please sign in to comment.