MichalKononenko/OmicronClient

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false

notifications:
  email: false

addons:
    code_climate:
        repo_token: 8a865bc474c488e8f16c2622ba5a57e041f96e3d75867f73b8db9cf716211ef5

language: node_js
node_js:
  - "node"
  - "5.0"

cache:
  directories:
    - node_modules


env:
  - CXX=g++-4.8

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8

after_success:
  -  npm run coveralls
  -  npm run report_codeclimate