Skip to content

Commit 87453e6

Browse files
committed
Change PATH in CI script
1 parent a8040bd commit 87453e6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ matrix:
2727

2828
install:
2929
- ci/install.sh
30-
- export PATH="$PATH:$PWD/gcc/bin"
3130

3231
script:
3332
- ci/script.sh

ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ if [ -n "${TARGET:-}" ]; then
1111
fi
1212

1313
if [ -n "${CHECK_BLOBS:-}" ]; then
14+
PATH="$PATH:$PWD/gcc/bin"
1415
./check-blobs.sh
1516
fi

0 commit comments

Comments
 (0)