d4nyll/jest-matcher-one-of

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"
  - "8"
  - "7"
  - "6.4.0"
install:
  - npm install
  - npm install codecov -g
script:
  - npm run test -- --coverage
  - codecov