File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ node_js:
44 - 10
55 - 8
66
7- # Trigger a push build on master and greenkeeper branches + PRs build on every branches
7+ # Trigger a push build on release and greenkeeper branches + PRs build on every branches
88# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
99branches :
1010 only :
1111 - master
12+ - next
13+ - beta
14+ - /^\d+\.(\d+|x)(\.x)?$/
1215 - /^greenkeeper.*$/
1316
1417# Retry install on fail to avoid failing a build on network/disk/external errors
Original file line number Diff line number Diff line change 88
99[ ![ npm latest version] ( https://img.shields.io/npm/v/@semantic-release/exec/latest.svg )] ( https://www.npmjs.com/package/@semantic-release/exec )
1010[ ![ npm next version] ( https://img.shields.io/npm/v/@semantic-release/exec/next.svg )] ( https://www.npmjs.com/package/@semantic-release/exec )
11+ [ ![ npm beta version] ( https://img.shields.io/npm/v/@semantic-release/exec/beta.svg )] ( https://www.npmjs.com/package/@semantic-release/exec )
1112
1213| Step | Description |
1314| --------------------| ---------------------------------------------------------------------------------------------------------|
Original file line number Diff line number Diff line change 2929 "commitizen" : " ^3.0.0" ,
3030 "cz-conventional-changelog" : " ^2.0.0" ,
3131 "nyc" : " ^13.1.0" ,
32- "semantic-release" : " ^15 .0.0" ,
32+ "semantic-release" : " ^16 .0.0-beta " ,
3333 "sinon" : " ^7.1.1" ,
3434 "stream-buffers" : " ^3.0.2" ,
3535 "xo" : " ^0.23.0"
7373 "trailingComma" : " es5"
7474 },
7575 "publishConfig" : {
76- "access" : " public" ,
77- "tag" : " next"
76+ "access" : " public"
7877 },
7978 "repository" : {
8079 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments