newyork-anthonyng/react-highlight-hooks

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache:
  directories:
    - ~/.npm
notifications:
  email: false
node_js:
  - '10'
script: npm run test
after_success:
  - npm run codecov
branches:
  except:
    - /^v\d+\.\d+\.\d+$/