diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-03 16:32:13 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-03 16:32:13 +0300 |
commit | 9b5b25b86abaffc15e96d9fa17a603383ca7e366 (patch) | |
tree | 88367f0de36c93b7528ac97c54cd0711492d6d02 | |
parent | b1aad7a3c1ac70987170eb0a371115adde7174fb (diff) | |
download | electron-hot-reload-9b5b25b86abaffc15e96d9fa17a603383ca7e366.tar.xz electron-hot-reload-9b5b25b86abaffc15e96d9fa17a603383ca7e366.zip |
Added the secure NPM token
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7799a02..35315ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ deploy: - provider: npm skip_cleanup: true email: 'info@valentineus.link' - api_key: $NPM_PROJECT_TOKEN + api_key: + secure: $NPM_PROJECT_TOKEN on: tags: true |