RobinCK/vue-ls

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - "10"
  - "12"

install:
  - npm install

script:
  - npm run build
  - npm test

after_success:
  - npm run coveralls
  - npm run codecov

notifications:
  email: false