mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .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
This commit is contained in:
parent
fb2e6803b0
commit
51a929c66d
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
# no installation...
|
# 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
|
before_script: autoconf
|
||||||
script: "./configure && make all test"
|
script: "./configure && make all test"
|
||||||
|
|
||||||
|
|
|
@ -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>
|
Mon May 21 12:11:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* enc/depend (ENCOBJS): add dependencies.
|
* enc/depend (ENCOBJS): add dependencies.
|
||||||
|
|
Loading…
Add table
Reference in a new issue