lock Node.js version on Travis

This commit is contained in:
Matthias Kretschmann 2019-04-29 11:49:55 +02:00
parent b74f2a5964
commit 0cad7fe0c0
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'
# will run `npm install` automatically here