Skip to content
Snippets Groups Projects
Commit e8983bac authored by Matt Traudt's avatar Matt Traudt
Browse files

Add IRC notifications for Travis builds

parent f33706ce
Branches
Tags
No related merge requests found
......@@ -15,3 +15,11 @@ before_install:
- echo "deb-src https://deb.torproject.org/torproject.org trusty main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install tor -y
notifications:
irc:
channels:
- "irc.oftc.net#tor-ci"
template:
- "%{repository_slug} %{branch} %{commit} - %{author}: %{commit_subject}"
- "Build #%{build_number} %{result}. Details: %{build_url}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment