mirror of
https://github.com/lovell/sharp.git
synced 2025-07-17 14:00:14 +02:00
9 lines
251 B
YAML
9 lines
251 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
before_install:
|
|
- curl -s https://raw.githubusercontent.com/lovell/sharp/preinstall/preinstall.sh | sudo bash -
|
|
after_success:
|
|
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|