We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a08a commit 26f73ccCopy full SHA for 26f73cc
tools/travis/build.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+# Exit immediately if a command exits with a non-zero status
4
+set -e
5
# Print commands and their arguments as they are executed.
6
set -x
7
tools/travis/linux.install.deps.sh
0 commit comments