diff --git a/.travis.yml b/.travis.yml index 40ae176..2308733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ matrix: install: - ci/install.sh - - export PATH="$PATH:$PWD/gcc/bin" script: - ci/script.sh diff --git a/ci/script.sh b/ci/script.sh index e9a7f10..376bd73 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -11,5 +11,6 @@ if [ -n "${TARGET:-}" ]; then fi if [ -n "${CHECK_BLOBS:-}" ]; then + PATH="$PATH:$PWD/gcc/bin" ./check-blobs.sh fi