From 5b6a0d6411f6e829b16da5f8a38e05d5896a7c7e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 29 Mar 2016 22:00:08 +0200 Subject: Setup gitter notification in travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 53ed884..bde1bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ language: c sudo: required dist: trusty +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/0a75d380046b2684c78e + on_success: change + on_failure: always + on_start: never before_install: - sudo apt-get update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science -- cgit v1.2.3