Define node version in circleCI

This commit is contained in:
Leonid Logvinov 2017-05-24 18:19:02 +02:00
parent af3cb84ff9
commit 568b9fe742
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,3 +1,7 @@
machine:
node:
version: 6.1.0
test: test:
override: override:
- npm run test:coverage - npm run test:coverage