lock Travis to Node.js v11

This commit is contained in:
Matthias Kretschmann 2019-04-24 13:31:17 +02:00
parent 9860272924
commit 7e9013e7cd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
dist: xenial
language: node_js
node_js: node
node_js:
- '11'
script:
# - ./scripts/install.sh # runs automatically with npm ci