Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
integrate with gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Nov 25, 2018
1 parent 753de64 commit 8de4cb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Expand Up @@ -12,11 +12,20 @@ matrix:
sudo: false

script:
- make test
- make test ARGS='-timeout=1s'

env:
- META=github.com/kamilsk/guard/pkg/cmd

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
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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)

Expand Down

0 comments on commit 8de4cb7

Please sign in to comment.