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
|
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\\/.+$/"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue