dustin-H/telaviv

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - "4"
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
script:
  - npm run travis
after_script:
  - codeclimate-test-reporter < coverage/lcov.info