drbrain
|
9410e7e00c
|
* .travis.yml: Rebuild Travis CI's "ruby-head" version on successful
build. Patch by Konstantin Haase. [Fixes GH-417]
https://github.com/ruby/ruby/pull/417
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-10-07 20:41:59 +00:00 |
nobu
|
e130ef20b4
|
* .travis.yml (before_script): fix copy&paste miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-08-18 23:41:41 +00:00 |
nobu
|
69cb8a793e
|
* .travis.yml (before_script): fix copy&paste miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-08-18 23:37:30 +00:00 |
nobu
|
5dd1e83eff
|
* .travis.yml (before_script): check if cached config works.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-08-18 23:31:26 +00:00 |
nobu
|
a53cb1a05d
|
update config files
* .travis.yml (before_script): update config files.
* common.mk ($(srcdir)/tool/config.{guess,sub}): use get-config_files.
* tool/config_files.rb: split get-config_files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-06-14 04:40:32 +00:00 |
naruse
|
bf386e580f
|
Don't run test-all because it often happens false positive
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-06-03 14:46:45 +00:00 |
naruse
|
717c5f94aa
|
Disable clang on travis because it causes many false negative
https://travis-ci.org/ruby/ruby/builds/7448421
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-05-24 03:59:17 +00:00 |
naruse
|
46d19a3a95
|
Fix .travis.yml for current known Linux failure
And revert branches and notification change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-04-18 18:04:11 +00:00 |
naruse
|
08a6ef733a
|
Run test-all on travis-ci
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2013-04-18 13:55:45 +00:00 |
shyouhei
|
b999f95e70
|
* .travis.yml (script): add OPTS=-v, requested by @_ko1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-11-19 06:41:43 +00:00 |
nobu
|
ea005c47fa
|
.travis.yml: revert.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-09-08 09:31:18 +00:00 |
nobu
|
583ae60897
|
debugging
* .travis.yml (script): verbose to investigate hang-ups on gcc 4.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-09-08 09:18:50 +00:00 |
shyouhei
|
b3c60b27e7
|
* .travis.yml (notifications): [experimental] update notification template.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-09-05 07:00:36 +00:00 |
nobu
|
1f29acae28
|
* .travis.yml (before_script): remove debug flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-09-03 12:08:55 +00:00 |
nobu
|
7861727ce9
|
* .travis.yml (before_script): remove -s for debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-08-22 07:34:20 +00:00 |
nobu
|
c7ca25a04a
|
* .travis.yml (before_script): debugging for -j.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-08-22 06:40:41 +00:00 |
shyouhei
|
22a173df3f
|
* .travis.yml (before_script): Turned out that make -j is broken.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-08-22 02:38:55 +00:00 |
shyouhei
|
4259d23588
|
* .travis.yml (compiler): [experimental] clang support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-08-21 08:10:37 +00:00 |
shyouhei
|
bb9fface13
|
* .travis.yml (notifications): [experimental] IRC notificatoins.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-08-03 07:41:18 +00:00 |
shyouhei
|
51a929c66d
|
* .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
|
2012-05-21 03:45:52 +00:00 |
nahi
|
9dcddfbaf5
|
* .travis.yml (branches): Enable TravisCI for ruby_1_9_3.
cf. https://twitter.com/#!/nalsh/status/170351549955055616
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2012-03-02 08:50:13 +00:00 |
shyouhei
|
5fa9e5c366
|
* .travis.yml (script): should be ./configure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-11-26 06:41:29 +00:00 |
shyouhei
|
474635843b
|
* .travis.yml (before_script): wrong name, sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-11-26 06:39:54 +00:00 |
shyouhei
|
5606f11e36
|
* .travis.yml (before-script): autoconf required.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-11-26 06:32:54 +00:00 |
shyouhei
|
c36ee7bd38
|
* .travis.yml: Travis enable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
2011-11-26 06:26:44 +00:00 |