se-panfilov/vue-notifications

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - '8'
  - '9'
  - '10'
  - '12'
notifications:
  email: false
  # keep the npm cache to speed up installs
cache:
  directories:
  - "$HOME/.npm"