summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-21 03:45:52 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-21 03:45:52 +0000
commit51a929c66d84a5a64ed82313ea995dcf3b82e93f (patch)
treef77d90dec093d769d519809f697a36f0efa8c250
parentfb2e6803b0df64cadfc6b1189c25332e948e9ddd (diff)
* .travis.yml (install): It seems tcl/tk is skipped in Travis
CI. Trying to fix the situation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml3
-rw-r--r--ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 286342c1cc..991bfcad76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
# no installation...
+
+# 1.9.1 is OK, since it is the most adopted version
+install: "sudo apt-get build-dep ruby1.9.1"
before_script: autoconf
script: "./configure && make all test"
diff --git a/ChangeLog b/ChangeLog
index 571b18a2e1..e87b49bf8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 21 12:44:11 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * .travis.yml (install): It seems tcl/tk is skipped in Travis
+ CI. Trying to fix the situation.
+
Mon May 21 12:11:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/depend (ENCOBJS): add dependencies.