mirror of
https://github.com/flynx/colors.js.git
synced 2026-08-08 13:47:22 +00:00
Test against modern Node versions and stop testing against very ancient Node 0.6
This commit is contained in:
parent
c9eef4220b
commit
b75a729354
@ -1,8 +1,14 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- "latest"
|
||||||
|
- "stable"
|
||||||
|
- "9"
|
||||||
|
- "8"
|
||||||
|
- "7"
|
||||||
|
- "6"
|
||||||
|
- "5"
|
||||||
- "4"
|
- "4"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.11"
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
- "0.8"
|
||||||
- "0.6"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user