diff options
Diffstat (limited to 'ruby/travis-test.sh')
-rwxr-xr-x | ruby/travis-test.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index 1b53dd78..4c09d767 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -18,10 +18,7 @@ test_version() { which ruby && \ gem install bundler && bundle && \ rake test" - # TODO(xiaofeng): Conformance tests are disabled because the ruby testee - # program crashes on some inputs. - # cd ../conformance && \ - # make test_ruby + cd ../conformance && make test_ruby fi } |