mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-28 18:40:09 +00:00
18 lines
172 B
YAML
18 lines
172 B
YAML
language: node_js
|
|
node_js:
|
|
- "12"
|
|
- "11"
|
|
- "10"
|
|
- "9"
|
|
- "8"
|
|
- "7"
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
- "0.12"
|
|
- "0.11"
|
|
- "0.10"
|
|
script:
|
|
- npm install
|
|
- npm test
|