update travis with new npm api key

This commit is contained in:
Sebastian McKenzie 2015-06-26 14:10:05 +01:00
parent ae067a08b7
commit b833614b87

View File

@ -1,30 +1,26 @@
#sudo: false
language: node_js language: node_js
cache: cache:
directories: directories:
- node_modules - node_modules
node_js: node_js:
- "0.12" - '0.12'
- "iojs" - iojs
before_script: npm install -g codeclimate-test-reporter
before_script: "npm install -g codeclimate-test-reporter" script: make test-travis
script: "make test-travis"
notifications: notifications:
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK
before_deploy: before_deploy:
- make prepublish - make prepublish
after_deploy: after_deploy:
- make publish-cli - make publish-cli
- make publish-runtime - make publish-runtime
deploy: deploy:
provider: npm provider: npm
email: sebmck@gmail.com email: sebmck@gmail.com
skip_cleanup: true
api_key: api_key:
secure: BCS0BJ3gjs/fyAj5GrMIj4ZAs/S3Odr/FaCAGo8+mT1+Ayinq5uQb8n07k+TqLRQC+Bm1nkjUGg97UZwBmE6NkkNA9rJkC4HCzuXkwOUmE1MxActB2Jeo1tbl3VbbcMNVBo8oTckh1oBaXN2ZbvvPaQIXMAC+0oZwaeXT5dTzQc= secure: Q/pZStwherdYPCqCa0aUuiEktLcx6ccBxieyH8j9IXdDgty0ydmnajZfUnlZuCjN13XI9esM44nSJFTWZvntTryDQAQm37c63VXhAEnw/qrAINI06yt0gLBTT69/fKvIAkH8l48nmW32ZS2dse3rHRPZF1CwyQLC/pdMip8I4sM=
on: on:
branch: master
tags: true tags: true
repo: babel/babel repo: babel/babel