snowyu/type-info.js

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - "0.10"
  - "0.11"
  - "0.12"
  - "1.0"
  - "1.8"
  - "2.0"
  - "2.2"
  - "2.3"
  - "4.0"
  - "5.0"
before_install:
  - npm install -g grunt-cli
  - npm install coffee-script
before_script: grunt build
script: npm run-script test-cov
after_success:
  - test -e ./coverage/lcov.info && npm install codeclimate-test-reporter && codeclimate-test-reporter
    < ./coverage/lcov.info
notifications:
  email:
    - snowyu.lee@gmail.com
addons:
  code_climate:
    repo_token:
      secure: "TkJAQ4nIgyZITpZKXn/Bo7e/y5kkvp8FjHtMTsANeds0F2dyQC3xCy5/GqyM86g019fopnMu8coglUYt9vz9chUm3LAOBSzjezR2vsfIKdFFaEpomuc+LSKQ9+/K7SUBiHAnoeU9QOqCG6ypNalmTXSDtuZRsPpqYLCuJBFc0Qk="