TravisCI: Use node version 10 (#1288)

Since it's the active LTS according to https://nodejs.org/en/about/releases/
This commit is contained in:
Paul Vogel 2019-03-12 16:00:46 +01:00 committed by Tanner Linsley
parent a9971e66af
commit 3453ac5a76

View File

@ -1,4 +1,4 @@
language: node_js
node_js:
- "6"
- "10"
script: npm test