Skip to content

Commit

Permalink
Update ruby/travis-test.sh to print commands
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Sep 30, 2021
1 parent 0e7a35f commit 0333cb7
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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Exit on any error.
set -e
set -ex

test_version() {
version=$1
Expand Down

0 comments on commit 0333cb7

Please sign in to comment.