ruby-changes:23684
From: shyouhei <ko1@a...>
Date: Mon, 21 May 2012 12:46:02 +0900 (JST)
Subject: [ruby-changes:23684] shyouhei:r35735 (trunk): * .travis.yml (install): It seems tcl/tk is skipped in Travis
shyouhei 2012-05-21 12:45:52 +0900 (Mon, 21 May 2012) New Revision: 35735 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35735 Log: * .travis.yml (install): It seems tcl/tk is skipped in Travis CI. Trying to fix the situation. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 35734) +++ ChangeLog (revision 35735) @@ -1,3 +1,8 @@ +Mon May 21 12:44:11 2012 URABE Shyouhei <shyouhei@r...> + + * .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@r...> * enc/depend (ENCOBJS): add dependencies. Index: .travis.yml =================================================================== --- .travis.yml (revision 35734) +++ .travis.yml (revision 35735) @@ -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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/