CI: Travis: build.sh: add: header

M  build.sh
This commit is contained in:
Anton-Latukha 2020-05-27 17:42:58 +03:00
parent 6cedd3540a
commit c5689c2f63
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 0 deletions

View File

@ -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'