aaronbullard/node-di-bootstrap

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
- '5.4.1'
branches:
  only:
  - master
  - develop
cache:
  directories:
  - node_modules
services:
before_script:
- cp .env.example .env
- npm install
- npm install -g codeclimate-test-reporter
- sleep 10
script:
- npm test
after_success:
- codeclimate-test-reporter < ./coverage/lcov.info
notifications: