From fc7f8d9cd08cf5954aaa3c36c1be8106972e7fe0 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 11 Jan 2016 21:10:46 -0800 Subject: Fixed Ruby conformance tests by running them under rvm Ruby. --- ruby/travis-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby/travis-test.sh') diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index 4c09d767..75db7d93 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -17,8 +17,8 @@ test_version() { "rvm install $version && rvm use $version && \ which ruby && \ gem install bundler && bundle && \ - rake test" - cd ../conformance && make test_ruby + rake test && + cd ../conformance && make test_ruby" fi } -- cgit v1.2.3