diff --git a/build.sh b/build.sh index b7f27f0..30b3c91 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# NOTE: Script for the CI builds. CI comes here from `.travis.yml` + set -xe set -euo pipefail IFS=$'\n\t'