summary refs log tree commit
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2011-12-28 12:13:27 -0400
committerJames Tucker <jftucker@gmail.com>2011-12-28 12:13:27 -0400
commitf09e93b15fc3317a0e3a384f1c5fb23ea175d5fe (patch)
treeb678aafe363a616f35f6353594d82bcaea74cfba
parente932c585dd1c97e504697c41ce9a4d638275ae02 (diff)
downloadrack-f09e93b15fc3317a0e3a384f1c5fb23ea175d5fe.tar.gz
Update travis to only build master for now
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 22063e0b..6d2b98d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,9 @@ rvm:
   - rbx-2.0
   - jruby
   - ree
+branches:
+  # The old 1.1, 1.2, and 1.3 branches aren't correctly setup yet.
+  only: master
 notifications:
   email: false
+  irc: "irc.freenode.org#rack"