aureooms/node-recursive-build

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.11"
  - "0.10"
# - "0.8"
# - "0.6"
install:
  - npm -d install
script:
  - npm test
after_success:
  - ./node_modules/.bin/coveralls   < coverage/lcov.info || true
  - ./node_modules/.bin/codeclimate < coverage/lcov.info || true
# env:
#   - COVERALLS_REPO_TOKEN=000000000000000000000000000000000
#   - CODECLIMATE_REPO_TOKEN=0000000000000000000000000000000000000000000000000000000000000000