thegitm8/eslint-config-npmpty

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "8"
  - "6"
  - "4"
cache:
  directories:
    - "node_modules"

branches:
  only:
  - master
  - develop

install:
  - npm install
  - npm install -g snyk
  - snyk test

after_success:
  - npm run coverage
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < coverage/lcov.info