aethermx/glob-imagemagick

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: node_js

sudo: false

cache:
  directories:
    - node_modules

before_install:
  - "npm config set spin false"
  - "npm install -g npm@^2"

install:
  - npm install

script:
  - npm test