You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
344 B
21 lines
344 B
language: node_js
|
|
node_js:
|
|
- '6'
|
|
- '4'
|
|
- '0.12'
|
|
- '0.10'
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- libcairo2-dev
|
|
- libjpeg8-dev
|
|
- libpango1.0-dev
|
|
- libgif-dev
|
|
- g++-4.9
|
|
env:
|
|
- CXX=g++-4.9
|
|
before_install:
|
|
- npm explore npm -g -- npm install node-gyp@latest
|
|
sudo: false
|
|
|