chore(travis): explicitly define node version in .travis.yml (#1069)

This commit is contained in:
Andrey Lushnikov 2017-10-17 15:02:09 -07:00 committed by GitHub
parent 6f97b71616
commit 0e4477acf7

View File

@ -21,7 +21,7 @@ script:
- 'if [ "$NODE6" = "true" ]; then yarn run unit-node6; fi'
jobs:
include:
- node_js: "7"
- node_js: "7.6.0"
env: NODE7=true
- node_js: "6.4.0"
env: NODE6=true