weflock/.travis.yml
Hannah Wolfe 50c53f4263 Updated .travis.yml file
- most up-to-date version of our config
2019-04-17 21:26:56 +01:00

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