colors.js/.travis.yml
Marak dfb15b5538 [refactor] [major] Code cleanup. Node has changed a bit since 2010.
[api] Added ability to safely require colors without messing with String.prototype
[api] Removed browser functionality
[dist] Add travis file
2014-09-30 22:41:24 +02:00

6 lines
68 B
YAML

language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"