summary refs log tree commit
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-06-20 12:19:49 +0200
committerFlorian Frank <flori@ping.de>2011-06-20 12:19:49 +0200
commit392d754057ebc6827b4b6b4d947b16d1937c02ad (patch)
tree3c59d2c0463d8f68f78fa3e419cb37e5bb8c8904
parent13d4b4120c69eccf749fa226ba6de1f1d25f10a0 (diff)
downloadruby-json-392d754057ebc6827b4b6b4d947b16d1937c02ad.tar.gz
add travis.yml
-rw-r--r--.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2832925
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,22 @@
+# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
+bundler_args: --binstubs
+
+# Specify which ruby versions you wish to run your tests on, each version will be used
+rvm:
+  - 1.8.7
+  - 1.9.2
+  - rbx
+  - rbx-2.0
+  - ree
+  - jruby
+  - ruby-head
+  - 1.8.6
+
+# Specify the recipients for email notification
+notifications:
+  recipients:
+    - flori@ping.de
+
+# Disable email notifications
+notifications:
+  disabled: false