aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/travis-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/travis-test.sh')
-rwxr-xr-xruby/travis-test.sh4
1 files changed, 2 insertions, 2 deletions
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
}