sf-static/portfolio/node_modules/gm/.travis.yml

11 lines
171 B
YAML
Raw Normal View History

2023-02-28 18:21:07 +00:00
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"