https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 7b7febde0bff35d34664e2a241c2e827b8850013 authored by Mohamed Hegazy on 13 January 2015, 17:23:38 UTC
Update LKG
Tip revision: 7b7febd
.travis.yml
language: node_js

node_js:
  - '0.10'

sudo: false

before_script: npm install -g codeclimate-test-reporter

after_script:
  - cat coverage/lcov.info | codeclimate

addons:
  code_climate:
    repo_token: 9852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
back to top