travis final

This commit is contained in:
Cutls 2019-05-26 22:56:37 +09:00
parent 92b8a36019
commit 13384ed93f

View File

@ -1,7 +1,6 @@
os: os:
# - osx - osx
# - linux - linux
- windows
language: node_js language: node_js
node_js: node_js:
- '10.15.2' - '10.15.2'
@ -12,7 +11,7 @@ before_deploy:
- npm install - npm install
- npm run build - npm run build
- cd ../ - cd ../
- ls - ls build
deploy: deploy:
provider: releases provider: releases
# GitHub にリリースするための API KEY を暗号化した値 # GitHub にリリースするための API KEY を暗号化した値
@ -25,5 +24,5 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
repo: cutls/TheDesk repo: cutls/TheDesk
tags: false tags: true
all_branches: true all_branches: true