Skip to content

Commit dba105d

Browse files
committedApr 24, 2016
Attempt to use Travis UI-set env var for Gitter.
1 parent 3c65647 commit dba105d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ notifications:
3333
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
3434
webhooks:
3535
urls:
36-
- https://webhooks.gitter.im/e/9502afd22ca6c8e85fb3
36+
- $GITTER_IM_URL
3737
on_success: always
3838
on_failure: always
3939
on_start: always

0 commit comments

Comments
 (0)
Please sign in to comment.