From 87453e6b0a33b00520faaacfd5ced0b82e9cbb8c Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sun, 17 Mar 2019 16:52:15 +0300 Subject: [PATCH] Change PATH in CI script --- .travis.yml | 1 - ci/script.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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