[Tests] on node v8

This commit is contained in:
Jordan Harband
2017-06-03 23:39:24 -07:00
parent 1a38734d63
commit 721af5498f

View File

@@ -1,5 +1,6 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
@@ -18,3 +19,6 @@ script:
sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "7"
- node_js: "5"