colors.js/.travis.yml
2019-09-22 16:10:58 -07:00

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