-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add encrypted api key for npm via travis cli
- Loading branch information
jfusco
committed
Mar 18, 2017
1 parent
fe37e24
commit c37d403
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |