summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-02 08:50:13 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-02 08:50:13 +0000
commit9dcddfbaf56e62679edebcce157e03af4121ebe9 (patch)
tree9f140f8400ed5177ddd5e8228cf60f215b2905c8
parenteffb5248a261aa4f197a3fd549f7c71f2e39bca9 (diff)
* .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
-rw-r--r--.travis.yml1
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 0 deletions
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
diff --git a/ChangeLog b/ChangeLog
index 5bc9c7bd46..790ac37c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 2 17:49:03 2012 Hiroshi Nakamura <nahi@ruby-lang.org>
+
+ * .travis.yml (branches): Enable TravisCI for ruby_1_9_3.
+
Fri Mar 2 17:13:33 2012 Hiroshi Nakamura <nahi@ruby-lang.org>
* test/ruby/test_array.rb (test_combination2): Make the test case for