add node 10 (current) test support (#661)

* add node 10 (current) test support

* allow failure for node 10

until https://github.com/jfurrow/flood/pull/659 is merged

* fix matrix syntax
This commit is contained in:
Alexandre ZANNI
2018-05-08 07:29:05 +02:00
committed by John Furrow
parent f77dff4e8c
commit f32d8e69d6
+5
View File
@@ -3,6 +3,11 @@ language: node_js
node_js:
- "8"
- "9"
- "10"
matrix:
fast_finish: true
allow_failures:
- node_js: 10
before_script:
- cp config.template.js config.js
script: