sharp/.travis.yml
Lovell Fuller 96dd40cee1 Add Node.js 0.12 stable to CI build
Replaces 0.11 unstable
2015-02-09 17:09:37 +00:00

10 lines
256 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
before_install:
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js