T-PWK/flake-idgen

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 8
  - 10
  - 12
notifications:
  email: 
    - tompwk@gmail.com
addons:
  code_climate:
    repo_token: 21f22d9d5941a54b1a028f91a7fc75f1104c514d4f05df6a8095777d2ee58ada
cache:
  directories:
    - node_modules
install:
  - npm install -g istanbul
  - npm install -g mocha
after_success:
  - codeclimate-test-reporter < coverage/lcov.info