Skip to content

Commit f80c4ba

Browse files
authored
chore(ci): use Travis jobs & stages (#145)
1 parent 53fdfb7 commit f80c4ba

File tree

3 files changed

+16
-911
lines changed

3 files changed

+16
-911
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ script:
3838
- yarn test -i && yarn codecov
3939
- yarn cypress run --config watchForFileChanges=false --record
4040

41-
after_success:
42-
- yarn travis-deploy-once "yarn semantic-release"
41+
jobs:
42+
include:
43+
- stage: Release
44+
if: branch = master AND type = push
45+
node_js: node
46+
script: yarn semantic-release
4347

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"eslint-plugin-cypress": "^2.0.1",
4545
"eslint-plugin-import": "^2.13.0",
4646
"jest": "^23.4.2",
47-
"semantic-release": "^15.12.1",
48-
"travis-deploy-once": "^5.0.9"
47+
"semantic-release": "^15.12.1"
4948
}
5049
}

0 commit comments

Comments
 (0)