AgentiaSystems/agentia-ping-handler

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.10"
  - "0.12"

notifications:
  email:
    - "johnny.estilles@agentia.asia"

addons:
  code_climate:
    repo_token: c1385266a528ef3d1a6937788aacfb0d067e32c2b40e56e3095392e225877fc2

before_install:
  - npm install -g eslint
  - npm install -g codeclimate-test-reporter

before_script:
  - npm run lint

after_script:
  - npm run cover
  - codeclimate < ./coverage/lcov.info

branches:
  only:
    - master