UNPKG

289 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.11"
4 - "0.10"
5 - "0.8"
6matrix:
7 allow_failures:
8 - node_js: "0.11"
9
10install:
11 # Set up graphicsmagick
12 - ./test/install.sh
13
14 # Output graphicsmagick version
15 - gm version
16
17 # Install dependencies
18 - npm install
19
20notifications:
21 email: false
22