aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-03 15:48:38 +0300
committerValentin Popov <info@valentineus.link>2019-09-03 15:48:38 +0300
commitad1413a991dc551f00de4003e4e3912e632e7b94 (patch)
treee657e6e9876bf1be5fa629f4989db6f934120431 /.travis.yml
parent0d7e1f6f42b078dbb8c6224e406631224dd0534a (diff)
downloadelectron-hot-reload-ad1413a991dc551f00de4003e4e3912e632e7b94.tar.xz
electron-hot-reload-ad1413a991dc551f00de4003e4e3912e632e7b94.zip
Added latest version NodeJS
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 38ed314..d0ee040 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: node_js
+node_js:
+ - node
+
os:
- linux
@@ -13,22 +16,29 @@ notifications:
email:
- 'info@valentineus.link'
-before_deploy:
+cache:
+ yarn: true
+ directories:
+ - node_modules
+
+install:
- git stash --all
- yarn install
- yarn run build
+
+before_deploy:
- npm pack
deploy:
- provider: npm
- skip_cleanup: true
+ skip_cleanup: false
email: 'info@valentineus.link'
api_key: $NPM_PROJECT_TOKEN
on:
tags: true
- provider: releases
- skip_cleanup: true
+ skip_cleanup: false
file_glob: true
file: 'electron-hot-reload-*.tgz'
email: 'info@valentineus.link'