dmarchena/generator-postcss-plugin

View on GitHub
src/generators/app/templates/travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - '7'
  - '6'
  - '5'
  - '4'
  - '0.12'

cache:
  directories:
    - node_modules

before_install:
  - npm i nsp -g

after_script:
  - nsp audit-package
  - npm run coverage