Skip to content

Commit 31d5c60

Browse files
committedFeb 9, 2018
travis: Add return codes to prebuilt list function request.
1 parent fe99d5b commit 31d5c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis/update-prebuilt-list.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ function prebuilt() {
1111
unset $FIRMWARE
1212
fi
1313
export FIRMWARE
14-
.travis/generate-prebuilt-list.py
14+
.travis/generate-prebuilt-list.py || return 1
15+
return 0
1516
}
1617

1718
if [ x"$TRAVIS_BRANCH" = x"master" ]; then

0 commit comments

Comments
 (0)