소스 검색

remove return 0 (#5840)

Joe Bolinger 6 년 전
부모
커밋
8bdecd7430
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ruby/travis-test.sh

+ 0 - 1
ruby/travis-test.sh

@@ -15,7 +15,6 @@ test_version() {
     # TODO(teboring): timestamp parsing is incorrect only on mac due to mktime.
     RUBY_CONFORMANCE=test_ruby_mac
   fi
-  return 0
 
   if [ "$version" == "jruby-1.7" ] ; then
     # No conformance tests yet -- JRuby is too broken to run them.