We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64d135c + 4ba2b01 commit d8f9d42Copy full SHA for d8f9d42
.travis.yml
@@ -3,12 +3,12 @@ language: node_js
3
jobs:
4
include:
5
- stage: "Tests"
6
- if: branch = master OR tag IS present
+ if: branch = master
7
name: "Unit Tests"
8
node_js: "8"
9
script: "yarn unit"
10
- stage: npm release
11
- if: tag IS present
+ if: branch = master AND type = push
12
13
script: echo "Deploying to npm ..."
14
deploy:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-deploy-cli",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Easier way to deploy for web",
"main": "cli.js",
"scripts": {
0 commit comments