Skip to content

Commit

Permalink
Revert "ci: Disable automated npm deployments while Travis is broken"
Browse files Browse the repository at this point in the history
This reverts commit e3b007c.
  • Loading branch information
notheotherben committed Dec 15, 2015
1 parent e3b007c commit cfe56e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ after_script:
- coveralls < coverage/lcov.info
- codeclimate < coverage/lcov.info

# deploy:
# skip_cleanup: true
# provider: npm
# email: admin@sierrasoftworks.com
# api_key:
# secure: A2tBD6QCdYd814GqbVNmVFzQjbAFF+4CK6JhOJEG3ovXwXuVbIlm+tSu6u+/zIS7ChTJ+RDKsY0/AlMrrhP4Qbm8pd0MsGNWMDPelklDXKHj8tw/s3FdXi8bU2Kn8IGAwMY729MMGdShvMbKx71Wt20jPQ/cMf2Bz25j4Q3WEMQ=
# on:
# branch: release
# repo: SierraSoftworks/Iridium
deploy:
skip_cleanup: true
provider: npm
email: admin@sierrasoftworks.com
api_key:
secure: A2tBD6QCdYd814GqbVNmVFzQjbAFF+4CK6JhOJEG3ovXwXuVbIlm+tSu6u+/zIS7ChTJ+RDKsY0/AlMrrhP4Qbm8pd0MsGNWMDPelklDXKHj8tw/s3FdXi8bU2Kn8IGAwMY729MMGdShvMbKx71Wt20jPQ/cMf2Bz25j4Q3WEMQ=
on:
branch: release
repo: SierraSoftworks/Iridium

0 comments on commit cfe56e7

Please sign in to comment.