Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/compression/node_modules/debug/.travis.yml


language: node_js
node_js:
  - "6"
  - "5"
  - "4"

install:
  - make node_modules

script:
  - make lint
  - make test
  - make coveralls
Back to Directory File Manager