summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-10-03 00:33:30 +1300
committerJohn Mair <jrmair@gmail.com>2011-10-03 00:33:30 +1300
commit27659e7fef1fe1f1529152972a1ae10ecf26e4d2 (patch)
tree6df4e5ad22073d66705795c9cceb1e4b5c99c5aa
parent78309b6e613d6c007a0c611df96d945df75397b9 (diff)
downloadmethod_source-27659e7fef1fe1f1529152972a1ae10ecf26e4d2.tar.gz
added travis support
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a246f6e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+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