aboutsummaryrefslogtreecommitdiff
path: root/ruby/travis-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/travis-test.sh')
-rwxr-xr-xruby/travis-test.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh
index 1b53dd78..75db7d93 100755
--- a/ruby/travis-test.sh
+++ b/ruby/travis-test.sh
@@ -17,11 +17,8 @@ test_version() {
"rvm install $version && rvm use $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
+ rake test &&
+ cd ../conformance && make test_ruby"
fi
}