Updated .travis.yml file

- most up-to-date version of our config
This commit is contained in:
Hannah Wolfe 2019-04-17 21:26:56 +01:00
parent 2a5aac2719
commit 50c53f4263

View File

@ -1,15 +1,11 @@
dist: xenial dist: xenial
language: node_js language: node_js
sudo: false
node_js: node_js:
- 10 - 10
cache: cache: yarn
directories:
- node_modules
branches: # Don't run builds for renovate PRs, only renovate pushes
except: if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
- "/^renovate\\/.+$/"