mattboldt/typed.js

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
notifications:
  email:
    on_success: never
    on_failure: never
node_js:
  - '6'
addons:
  sauce_connect: true
env:
  global:
before_install:
  - npm install
before_script:
  - npm run build