summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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