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.
1 parent f4850a3 commit 1361d59Copy full SHA for 1361d59
.travis.yml
@@ -24,9 +24,9 @@ jobs:
24
script:
25
- npx -p danger@^3 danger ci
26
- stage: release
27
- node_js: 8
+ node_js: lts/*
28
os: linux
29
- after_success: yarn travis-deploy-once "yarn semantic-release"
+ after_success: npx semantic-release@15
30
cache:
31
yarn: true
32
branches:
package.json
@@ -46,9 +46,7 @@
46
"jest-runner-eslint": "^0.4.0",
47
"lint-staged": "^7.0.0",
48
"prettier": "^1.10.2",
49
- "prettylint": "^1.0.0",
50
- "semantic-release": "^15.0.2",
51
- "travis-deploy-once": "^4.3.1"
+ "prettylint": "^1.0.0"
52
},
53
"prettier": {
54
"proseWrap": "always",
0 commit comments