mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .travis.yml: Only osx build is enabled. linux builds is random failure
and test results of major linux is covered by rubyci. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
88cbfc0d10
commit
cf33a35a73
2 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,7 @@ os:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: linux
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Sep 22 18:21:35 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* .travis.yml: Only osx build is enabled. linux builds is random failure
|
||||||
|
and test results of major linux is covered by rubyci.
|
||||||
|
|
||||||
Mon Sep 22 12:10:29 2014 Tanaka Akira <akr@fsij.org>
|
Mon Sep 22 12:10:29 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.
|
* test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.
|
||||||
|
|
Loading…
Reference in a new issue