getstalkr/stalkr-api-js-client

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4"
  - "5"
  - "6"
  - "7"
script:
  - npm run build
cache:
  yarn: true
  directories:
    - node_modules
after_success: 'npm run coveralls'