forked from twolfson/canvassmith
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (30 loc) · 641 Bytes
/
.travis.yml
File metadata and controls
33 lines (30 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: node_js
node_js:
- "4.2"
- "0.12"
- "0.11"
- "0.10"
matrix:
allow_failures:
- node_js: "0.11"
# Use `apt` from `node-canvas`
# https://github.com/Automattic/node-canvas/blob/v1.3.0/.travis.yml#L14-L19
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- build-essential
- g++-4.8
env:
- CXX=g++-4.8
sudo: false
before_install:
# Upgrade `npm` to avoid semver issues
- curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
notifications:
email: false