jackmellis/vuenit

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
branches :
  only :
    - master
language : node_js
node_js :
  - 6
before_install:
  npm i -g npm@5
install :
  - npm install

  - npm install codeclimate-test-reporter -g
script :
  - npm run lint
  - npm test
  - npm run coverage

  - npm run lcov-fix
after_script :
  - codeclimate-test-reporter < lcov.info
  - npm run travis-prepublish
  - npm run publish-please