HHogg/remarkable-react

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache: yarn
branches:
  only:
  - master
script:
- yarn test
- yarn lint
- yarn build
after_success:
- npm run travis-deploy-once "npm run semantic-release"