diff --git a/.travis.yml b/.travis.yml index 53c0086a..a246f6e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,15 @@ rvm: - 1.8.7 - 1.9.2 - 1.9.3 + - ree - rbx-2.0 - jruby + +notifications: + irc: "irc.freenode.org#pry" + recipients: + - jrmair@gmail.com + +branches: + only: + - master \ No newline at end of file