ci: use latest node v6

This commit is contained in:
Micooz 2017-12-13 10:14:13 +08:00
parent 98a00424c2
commit 9c3be3d568
No known key found for this signature in database
GPG Key ID: B100C9A159B1EBA0

@ -1,7 +1,7 @@
language: node_js
node_js:
- "6.12.0"
- "6"
after_success:
- bash <(curl -s https://codecov.io/bash)