Remove unset var causing error due to Qt script

remotes/origin/HEAD
redsky17 6 years ago
parent 8ef4ba3d11
commit b2c8c6a1c6
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/script.sh

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

Loading…
Cancel
Save