Skip to content

Commit d8f9d42

Browse files
authored
Merge pull request #13 from jazzpeh/hotfix/1.2.1
Hotfix/1.2.1
2 parents 64d135c + 4ba2b01 commit d8f9d42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: node_js
33
jobs:
44
include:
55
- stage: "Tests"
6-
if: branch = master OR tag IS present
6+
if: branch = master
77
name: "Unit Tests"
88
node_js: "8"
99
script: "yarn unit"
1010
- stage: npm release
11-
if: tag IS present
11+
if: branch = master AND type = push
1212
node_js: "8"
1313
script: echo "Deploying to npm ..."
1414
deploy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-deploy-cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Easier way to deploy for web",
55
"main": "cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)