From 9dcddfbaf56e62679edebcce157e03af4121ebe9 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 2 Mar 2012 08:50:13 +0000 Subject: * .travis.yml (branches): Enable TravisCI for ruby_1_9_3. cf. https://twitter.com/#!/nalsh/status/170351549955055616 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 34d728818a..286342c1cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ script: "./configure && make all test" branches: only: - trunk + - ruby_1_9_3 -- cgit v1.2.3