diff --git a/.travis.yml b/.travis.yml index 87ae103..2e5006b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: sudo: false script: -- make test +- make test ARGS='-timeout=1s' env: - META=github.com/kamilsk/guard/pkg/cmd @@ -20,3 +20,12 @@ env: after_success: - echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG - if [[ $TRAVIS_GO_VERSION == 1.11* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi + +notifications: + slack: octolab:1eMS7IqOArBipiu31jYVd0cN + webhooks: + urls: + - https://webhooks.gitter.im/e/aa9de39b74705c395a27 + on_success: change + on_failure: always + on_start: never diff --git a/README.md b/README.md index 4d5e5f3..f3727eb 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ but major versions can be not [BC](https://en.wikipedia.org/wiki/Backward_compat --- +[![Gitter][icon_gitter]](https://gitter.im/kamilsk/guard) [![@kamilsk][icon_tw_author]](https://twitter.com/ikamilsk) [![@octolab][icon_tw_sponsor]](https://twitter.com/octolab_inc)