lesshint-reporter-stylish
Version:
Stylish reporter for lesshint.
34 lines (25 loc) • 335 B
YAML
dist: trusty
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
git:
depth: 1
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
directories:
- $HOME/.npm
- node_modules
before_script:
- node --version
- npm --version
- npm install -g gulp
script:
- npm test
matrix:
fast_finish: true