update travis config to specify node version

This commit is contained in:
Cassie Tarakajian 2018-05-08 14:11:51 -07:00
parent 9423cb01f2
commit e16981ec4b
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
language: node_js
node_js:
- "node"
- "node"
- "8"