tunnckoCore/stack-utils-node-internals

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js

node_js:
  - "node"
  - "6"
  - "4"
  - "0.12"
  - "0.10"

notifications:
  email: false

after_success: bash <(curl -s https://codecov.io/bash)