aenglisc/project-lvl3-s118

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - stable

script: make lint test

addons:
  code_climate:
    repo_token: db9e15f9c33f8f5a89f121006eed76fde0057b67ca0513164cb38b1bcd02da10

after_success:
  - npm install -g istanbul
  - npm install -g codeclimate-test-reporter
  - istanbul cover node_modules/jest/bin/jest.js -- --coverage
  - codeclimate-test-reporter < ./coverage/lcov.info