summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Beeston <iain.beeston@gmail.com>2014-11-04 08:48:41 +0000
committerIain Beeston <iain.beeston@gmail.com>2014-11-04 08:48:41 +0000
commit0f02c30a54f9fd8d9e3400c8155d583dfec5b42d (patch)
tree4225c09f0b417abda2a8f49663c36ad40507fe46
parent6f444f96caf157ba9e656b17f9bced34bb8ffcdc (diff)
downloadjson-0f02c30a54f9fd8d9e3400c8155d583dfec5b42d.tar.gz
Added ruby-head to travis allowed-failures
This is probably a contraversial idea. ruby-head can be fairly unstable but then json is a core gem. At least if it's an allowed-failure then builds will always be run against ruby-head, but pull requests (and master) won't report build failures if something is broken in ruby-head
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d4f8f7a..5907de7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,4 +18,5 @@ matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
+ - rvm: ruby-head
script: "bundle exec rake"