mirror of
https://github.com/lovell/sharp.git
synced 2025-07-18 06:20:14 +02:00
18 lines
437 B
YAML
18 lines
437 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "iojs-v2"
|
|
- "iojs-v3"
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
before_install:
|
|
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
|
- 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
|