소스 검색

Change PATH in CI script

Vadim Kaushan 6 년 전
부모
커밋
87453e6b0a
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .travis.yml
  2. 1 0
      ci/script.sh

+ 0 - 1
.travis.yml

@@ -27,7 +27,6 @@ matrix:
 
 install:
   - ci/install.sh
-  - export PATH="$PATH:$PWD/gcc/bin"
 
 script:
   - ci/script.sh

+ 1 - 0
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