mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-11-14 17:26:36 +00:00
50c53f4263
- most up-to-date version of our config
12 lines
188 B
YAML
12 lines
188 B
YAML
dist: xenial
|
|
language: node_js
|
|
node_js:
|
|
- 10
|
|
|
|
cache: yarn
|
|
|
|
# Don't run builds for renovate PRs, only renovate pushes
|
|
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
|
|
|
|