Skip to content

Commit 0212375

Browse files
committed
fix(travis.yml): Fix Travis.yml
Changed few things here and there
1 parent 7089e0b commit 0212375

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '10'
8+
- "iojs"
9+
before_install:
10+
- npm i -g npm@^2.0.0
911
before_success:
1012
- npm run test
1113
after_success:
12-
- npm run travis-deploy-once "npm run semantic-release"
13-
branches:
14-
except:
15-
- /^v\d+\.\d+\.\d+$/
14+
- npm run semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": "npx git-cz",
88
"test": "jest",
99
"travis-deploy-once": "travis-deploy-once",
10-
"semantic-release": "semantic-release pre && npm publish"
10+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)