From 51a929c66d84a5a64ed82313ea995dcf3b82e93f Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 21 May 2012 03:45:52 +0000 Subject: * .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 --- .travis.yml | 3 +++ ChangeLog | 5 +++++ 2 files changed, 8 insertions(+) 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 + + * .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 * enc/depend (ENCOBJS): add dependencies. -- cgit v1.2.3