Skip to content

Commit

Permalink
Print out error log
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Jan 18, 2024
1 parent 821209b commit 23aa396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/travis-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_version() {
cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh"
else
bash --login -c \
"rvm autolibs enable && rvm install $version && rvm use $version && \
"rvm autolibs enable && rvm install $version; cat /Users/kbuilder/.rvm/log/*/make.log; rvm use $version && \
which ruby && \
git clean -f && \
gem install --no-document bundler -v 1.17.3 && bundle && \
Expand Down

0 comments on commit 23aa396

Please sign in to comment.