aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-05 15:19:37 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-05 15:19:37 -0400
commit32175bc66ae9cbc7ddbf604740f8c51fdee2b6e3 (patch)
treed44ea79a9a8ceaf4f9f501a2312d07c82c175065 /scripts
parentbbd3f18178da3d6ff6c7de5adff76440c4ceb95d (diff)
downloadkutter-32175bc66ae9cbc7ddbf604740f8c51fdee2b6e3.tar.gz
kutter-32175bc66ae9cbc7ddbf604740f8c51fdee2b6e3.tar.xz
kutter-32175bc66ae9cbc7ddbf604740f8c51fdee2b6e3.zip
test: Minor comment update in travis-build.sh
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index be1e4336..4886ee58 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Test script for travis-ci.org continuous integration.
-# Stop script early on any error; check variables; be verbose
+# Stop script early on any error; check variables
set -eu
# Paths to tools installed by travis-install.sh