Skip to content

Commit

Permalink
MAINT intgration of gitter with travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Mar 14, 2018
1 parent a376c2a commit 3fc8796
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ matrix:
install: source build_tools/travis/install.sh
script: bash build_tools/travis/test_script.sh
after_success: source build_tools/travis/after_success.sh

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f53515270da68e1b5ec6
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ test_script:
- mkdir for_test
- cd for_test
- pytest --pyargs skcycling --cov-report term-missing --cov=skcycling

notifications:
- provider: Gitter
url: https://webhooks.gitter.im/e/c745fe90987cc7f4f89d
method: GET

0 comments on commit 3fc8796

Please sign in to comment.