Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
👷 Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagehlich committed Oct 25, 2016
1 parent 8b04266 commit ea332db
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
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

0 comments on commit ea332db

Please sign in to comment.