casper/.travis.yml

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