File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ stages:
2121
2222jobs :
2323 include :
24- - stage : test
25- node_js : 6
26- - node_js : 8
27- - node_js : 10
28-
2924 # when updating @octokit/routes, run "generate-routes" script and push
3025 # new routes.json file to the pull request
3126 - stage : greenkeeper-webhooks-update
3631 # commit changes and push back to branch on GitHub. If there are no changes then exit without error
3732 -
' git commit -a -m "build: known webhooks" --author="Octokit Bot <[email protected] >" && git push "https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG" ${TRAVIS_BRANCH} || true' 3833
34+ - stage : test
35+ node_js : 6
36+ - node_js : 8
37+ - node_js : 10
38+
3939 # run semantic-release and coverage in parallel
4040 - stage : release
4141 script : npm run semantic-release
You can’t perform that action at this time.
0 commit comments