slm-lang/slm

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "6.4.0"
script: "yarn test -- --coverage"
addons:
  code_climate:
    repo_token: 41485eb065394f389dc2ccd0f8d280e5acbf2218386f852209690c3dacada9b0
after_script:
  - node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/64f660edc45796584be2
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false