QuickBlox/quickblox-javascript-sdk

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "8.12"

branches:
  only:
    - gh-pages

before_script: "npm run setDependencies"

script: "npm run build"
after_success: "jasmine"