lgaticaq/tbk-oneclick

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: false
env:
  - CXX=g++-4.8
node_js:
  - "6"
  - "7"
notifications:
  email: false
addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - g++-4.8
after_success:
  - npm run coveralls
  - npm run codeclimate