GroceriStar/cards-wrapper-component

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "lts/*"
  - "node"
  - 10

#before_script: npm run lint
script: 
  - npm run test
  - npm run test:cover
#after_success: npm run coveralls

branches:
  only:
    - master