janaxs/blackjack

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
    - "node"
    - "8"
    - "7"

sudo: false

git:
    submodules: false

before_script:
    - make install

script:
    - make test

after_success:
    - npm run report-coveralls
    - npm run report-codecov

notifications:
    webhooks:
        urls:
            # dbwebb-se/ramverk2
            - https://webhooks.gitter.im/e/04132ac4ce5f7823f96c
        on_success: change  # options: [always|never|change] default: always
        on_failure: always  # options: [always|never|change] default: always
        on_start: never     # options: [always|never|change] default: always