File tree Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 1- language : node_js
1+ version : ~> 1.0
22
3- node_js :
4- - 12
5- - 10
6- - 8.16
3+ node_js : lts/*
74
8- # Trigger a push build on master and greenkeeper branches + PRs build on every branches
9- # Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
10- branches :
11- only :
12- - master
13- - /^greenkeeper.*$/
14-
15- # Retry install on fail to avoid failing a build on network/disk/external errors
16- install :
17- - travis_retry npm install
18-
19- script :
20- - npm run test
21-
22- after_success :
23- - npm run codecov
24-
25- jobs :
26- include :
27- - stage : release
28- node_js : lts/*
29- script :
30- - npm run semantic-release
5+ import :
6+ - semantic-release/semantic-release:.travis/node.yml
7+ - semantic-release/semantic-release:.travis/semantic-release.yml
8+ - semantic-release/semantic-release:.travis/greenkeeper.yml
9+ - semantic-release/semantic-release:.travis/codecov.yml
You can’t perform that action at this time.
0 commit comments