mirror of https://github.com/Desuuuu/klipper.git
test: Minor comment update in travis-build.sh
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
bbd3f18178
commit
32175bc66a
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Test script for travis-ci.org continuous integration.
|
# 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
|
set -eu
|
||||||
|
|
||||||
# Paths to tools installed by travis-install.sh
|
# Paths to tools installed by travis-install.sh
|
||||||
|
|
Loading…
Reference in New Issue