vspedr/movile-messaging

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - 8.2.1
  - 10

# fail fast
before_script:
  - yarn lint

script:
  - yarn test

notifications:
  email: false