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 53fdfb7 commit f80c4baCopy full SHA for f80c4ba
.travis.yml
@@ -38,6 +38,10 @@ script:
38
- yarn test -i && yarn codecov
39
- yarn cypress run --config watchForFileChanges=false --record
40
41
-after_success:
42
- - yarn travis-deploy-once "yarn semantic-release"
+jobs:
+ include:
43
+ - stage: Release
44
+ if: branch = master AND type = push
45
+ node_js: node
46
+ script: yarn semantic-release
47
package.json
@@ -44,7 +44,6 @@
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-import": "^2.13.0",
"jest": "^23.4.2",
- "semantic-release": "^15.12.1",
48
- "travis-deploy-once": "^5.0.9"
+ "semantic-release": "^15.12.1"
49
}
50
0 commit comments