From 465d6eff420c485108df73c8e2cac10128c0e664 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sun, 16 Sep 2012 11:09:00 +0900 Subject: [PATCH] Revert "travis: enable Ruby HEAD" This reverts commit 9ddbe59f57fe83e62783176485277460faff9021. Because we can't use realy Ruby HEAD by ruby-head. How to use it? :< --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b46575cd..28d80607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rvm: - rbx - ree # - jruby - - ruby-head +# - ruby-head notifications: recipients: - travis@clear-code.com