UNPKG

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