Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
romainlp committed Nov 3, 2017
1 parent 7db3c3c commit 8212fe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ deploy:
provider: releases
api_key:
secure: VFPRFrx5U4jjf5tLB0yHkBrqumV7nc+K3jo7nJmvC7NTOTF7k12SAAJymJp1Zqebjp6H9I5Qe9qUOBAfTm5AxvuFWHA7bHz4SGoW5UbMIvd/D6WkHXMokNOMUvWfRADlj3JYrQ9zNb5NxGPZThqdg45A5LnTQbEq2/Yfoaj7kyVaBS0aFyKR/s6y6wX3NRxxFAucz8bnMyfScwha/dshn6BGyMZEUBdvvCi32iAskTEZIBo2SZV1JvljV9vFBeir3LSKuGoWMIBrCl2TSGilDzYnTbYWZZu/amYniHdPbyNe6La/A5hZ/e/I1DQpd5XZ6q+mO5iUvr+xNzbQW1hWi6/ccsjsY5HvH4xfjyydqE0lufPMmloLMbcBlV1xtbBK+lbiUp5TvKWsAnMUSOIQDzx5zM7KONDfEF134vy9ZBdcXS+LkHz2qxchHtYo6FnD2S3F5NYA+lFu4llN3zFObDwsjC91jbwn6nAT4pDBTqxP74gsyYpprVw+MC39M7lm2YxbFY3mWaz3XlBlBm3u5xqV8aeqC/YB7Bqi8Wc9kxkLIvwQwjMwDYbQqI8AOhxr9iqa5vQoohuc5xy5ivG/fy3CiK+G6qmbH06Dvd4eBNy7NKSUi/VGddCksBK8yQz+C8moCuntszfGRUISWLIAohdW+OyPeDrLII7+uZHUsKI=
file_glob: true
file: "${RELEASE_PKG_FILE}"
skip_cleanup: true
overwrite: true
branches:
only:
- master
- /^v\d+(\.\d+)+$/
on:
repo: romainlp/Radio-Nova
tags: true
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ install:
- node --version

build_script:
- yarn build
- yarn release

test: off
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"postinstall": "",
"unit": "karma start test/unit/karma.conf.js",
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src"
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
"release": "node .electron-vue/build.js && electron-builder --publish=always"
},
"build": {
"productName": "radionova",
Expand Down

0 comments on commit 8212fe7

Please sign in to comment.