smithy
Version:
Preprocessing of CSS/JS meta-languages made easy through a singular API.
24 lines (23 loc) • 435 B
YAML
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
git:
depth: 10
before_install:
- "npm config set loglevel error"
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs"
notifications:
irc:
channels:
- "irc.freenode.org#bigpipe"
on_success: change
on_failure: change