sondr3/generator-jekyllized

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: false
node_js:
  - "6"
  - "5"
  - "4"
after_success:
    - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
  email: false
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/82537018be323f7b8a08
    on_success: change
    on_failure: always
    on_start: never