colors.js/.travis.yml

17 lines
191 B
YAML

language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
script:
- npm install
- "./node_modules/.bin/eslint . "
- npm test