Updated .travis.yml file
- most up-to-date version of our config
This commit is contained in:
parent
2a5aac2719
commit
50c53f4263
10
.travis.yml
10
.travis.yml
|
@ -1,15 +1,11 @@
|
|||
dist: xenial
|
||||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- 10
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
cache: yarn
|
||||
|
||||
branches:
|
||||
except:
|
||||
- "/^renovate\\/.+$/"
|
||||
# Don't run builds for renovate PRs, only renovate pushes
|
||||
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue