Skip to content

Commit

Permalink
travis: Add return codes to prebuilt list function request.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Feb 9, 2018
1 parent fe99d5b commit 31d5c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/update-prebuilt-list.sh
Expand Up @@ -11,7 +11,8 @@ function prebuilt() {
unset $FIRMWARE
fi
export FIRMWARE
.travis/generate-prebuilt-list.py
.travis/generate-prebuilt-list.py || return 1
return 0
}

if [ x"$TRAVIS_BRANCH" = x"master" ]; then
Expand Down

0 comments on commit 31d5c60

Please sign in to comment.