rubengomex/js-spotify-api

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache:
  directories:
    - ~/.npm
notifications:
  email: false
node_js:
  - '8'
install: npm install
before_script:
  - npm run build:all
after_success:
  - npm run coverage
  - npm run travis-deploy-once "npm run semantic-release"
branches:
  only: master