Remove unset var causing error due to Qt script

This commit is contained in:
redsky17 2019-05-01 11:59:10 -04:00
parent 8ef4ba3d11
commit b2c8c6a1c6
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eux
set -ex
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
export CC=${C_COMPILER}