Skip to content

Commit 953e8c8

Browse files
committed
trying travis release
1 parent e84aeb2 commit 953e8c8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ script:
2020
after_success:
2121
- npm install coveralls
2222
- cat ./coverage/lcov.info | coveralls
23-
24-
before_deploy:
2523
- npm run build
2624
- export PACKAGE_VERSION=$(node -p "require('./package.json').version")
2725
- export PACKAGE=$(npm pack --silent)
2826
- git tag $PACKAGE_VERSION
27+
2928
deploy:
3029
- provider: releases
3130
skip_cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "g8-vue-tree",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"repository": "git@github.com:eidng8/vue-tree.git",
55
"bugs": "git@github.com:eidng8/vue-tree/issues",
66
"author": "eidng8 <cheung.jackey@gmail.com>",

0 commit comments

Comments
 (0)