try setting exact node version in travis configuration

This commit is contained in:
Cassie Tarakajian 2018-05-24 18:55:53 -07:00
parent b7108b0b20
commit 4905a82785
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
language: node_js
node_js:
- "8"
- "8.11.1"