yannickcr/gulp-jscpd

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - '8'
  - '7'
  - '6'
  - '5'
  - '4'
after_script: "./node_modules/mocha/bin/mocha --require blanket -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"