Skip to content

Commit

Permalink
Add encrypted api key for npm via travis cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Mar 18, 2017
1 parent fe37e24 commit c37d403
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js: "7"
node_js: '7'
before_install: npm install -g eslint
script: "npm test"
script: npm test
deploy:
provider: npm
email: "[email protected]"
api_key: "5987c9ee-ecdc-4642-af28-cf0222230457"
email: [email protected]
api_key:
secure: P9eHqvCErBBvT7hQqRUJr9+GJU5i0vJ+ca8fqwmFgyPXO7zXe893/+Upl0zuWbpHZHxDiqst5oufz6oO/liq0AceXbbKlERAnaxWSsDZHJBNn0VKOQJOAxo+f5/inXNuYhw9hlB7Teea+9VzkFYUVRWKOqcNUS8YypqrTISQJmpE1/shAnecAZksdvYiTMjzaBH0bN4x/ryrusNJ/L6SeD1GH6pXJQWg+JipNFaoebIlOntuDQgULTojP5fWUVjw0TyvDkhQdU4fWxdCZW6tJHgtDpqOgSS8YYMuu30K17PhnflrTa20nT5eEvfR7dFmEkIx0N9rptYpXOFpKxzH+ibFBXuSZBBJLgO0r6De0APReipOdVt8ATkwL6i5pae6u4bl3b6uZ5wjEszIxYMfukTL6msdDQ45IMNm5oi10xXlX5uzbuD7endpISb+dNbaHh5CMcK3pLLz+SfEy8tPFUVnagHieci179zOQGhaxugR1M12CHGXiBZG1QshR2YpKp/NeWXjImMp5T0ODRQHRWFaVX6USLMFzOhmoMyQ7yIl5Y1cQKrn4Devzc7n7jcobCmtes92T1S8W2pID3mt43QmfQO2k8Sx6lQgEDm2DVbpFKy+9oY81aQiR/7AKV4WGXIucnsMu4+Ak3X+nqh7wuPNnSB7uGkWEQ/0qA+dHQI=
on:
tags: true

0 comments on commit c37d403

Please sign in to comment.