.travis.yml: SonarQube Scanner failed due to node.js 8 instead of 10.
Try the bump the version
This commit is contained in:
parent
5ea284266b
commit
52ca24f323
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
dist: xenial
|
||||
|
||||
node_js:
|
||||
- "10"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue