diff options
author | Zachary Slater <zjs@zacharyjackslater.com> | 2013-03-06 00:35:05 -0800 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:15 +0000 |
commit | 1e92fa878eb7efc180ce62b74de5ff3e59f3ea37 (patch) | |
tree | eeed9d21f2c84f4ef43ecb4e32919a9bdcdc55a8 | |
parent | 57ed8eae4b5300b324d70a356a231cb602eab6d7 (diff) |
updated travis file to notify us in our lonely IRC outpost of love.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 017a26c5..17031b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ script: make before_install: - sudo apt-get update -qq - - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
\ No newline at end of file + - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev + +notifications: + irc: "irc.freenode.org#ioquake3"
\ No newline at end of file |