sf-static/portfolio/node_modules/gm/.travis.yml
2023-02-28 19:21:07 +01:00

10 lines
171 B
YAML

before_install:
- sudo apt-get update
- sudo apt-get install imagemagick graphicsmagick
language: node_js
node_js:
- "6"
- "4"
- "0.10"
- "0.12"
- "iojs-v2"