DEFRA/ivory-front-office

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "10"
cache:
  directories:
    - node_modules

script:
  - npm test

after_script:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < lcov.info

addons:
  code_climate:
    repo_token: e4a3e6bb706354b24daba0643d7845497977f12159426391d59ea10ae7f86942