mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 11:49:24 +00:00
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:
committed by
John Furrow
parent
f77dff4e8c
commit
f32d8e69d6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user