Add trailing backslashes at end of line consistently

pull/9047/head
Jason Lunn 3 years ago
parent f5ef2892b4
commit e3ba5ec615
  1. 14
      ruby/travis-test.sh

@ -14,9 +14,9 @@ test_version() {
which ruby && \ which ruby && \
git clean -f && \ git clean -f && \
gem install --no-document bundler && bundle && \ gem install --no-document bundler && bundle && \
rake test && rake test && \
rake gc_test && rake gc_test && \
cd ../conformance && make test_jruby && cd ../conformance && make test_jruby && \
cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh" cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh"
else else
bash --login -c \ bash --login -c \
@ -24,10 +24,10 @@ test_version() {
which ruby && \ which ruby && \
git clean -f && \ git clean -f && \
gem install --no-document bundler -v 1.17.3 && bundle && \ gem install --no-document bundler -v 1.17.3 && bundle && \
rake test && rake test && \
rake gc_test && rake gc_test && \
cd ../conformance && make ${RUBY_CONFORMANCE} && cd ../conformance && make ${RUBY_CONFORMANCE} && \
cd ../ruby/compatibility_tests/v3.0.0 && cd ../ruby/compatibility_tests/v3.0.0 && \
cp -R ../../lib lib && ./test.sh" cp -R ../../lib lib && ./test.sh"
fi fi
} }

Loading…
Cancel
Save