diff --git a/.compile_binaries b/.compile_binaries index cf6c848..b7878e7 100755 --- a/.compile_binaries +++ b/.compile_binaries @@ -55,7 +55,7 @@ build_armv6hf() { build_windows() { # Windows .exe - docker run --user="$UID" -v "$PWD:/appdata" koalaman/winghc cuib + docker run -v "$PWD:/appdata" koalaman/winghc cuib for tag in $TAGS do cp "dist/build/ShellCheck/shellcheck.exe" "deploy/shellcheck-$tag.exe"; diff --git a/.travis.yml b/.travis.yml index 81fcb2e..6f658a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - mkdir -p deploy - source ./.compile_binaries - ./striptests - - set -x; build_"$BUILD"; set +x; + - set -ex; build_"$BUILD"; set +x; - ./.prepare_deploy after_success: |