2019-04-03 18:38:58 +00:00
|
|
|
dist: xenial
|
2018-08-14 21:10:01 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2019-04-03 18:38:58 +00:00
|
|
|
- 10
|
|
|
|
|
2019-04-17 20:26:56 +00:00
|
|
|
cache: yarn
|
2019-04-03 18:38:58 +00:00
|
|
|
|
2019-04-17 20:26:56 +00:00
|
|
|
# Don't run builds for renovate PRs, only renovate pushes
|
|
|
|
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
2018-08-14 21:10:01 +00:00
|
|
|
|
|
|
|
|