Skip to content

Commit

Permalink
travis: Don't source push-build.
Browse files Browse the repository at this point in the history
push-build was disabled with a "exit 0" and thus all builds were
succeeding despite them failing :-(
  • Loading branch information
mithro committed Feb 8, 2018
1 parent bb247f7 commit efd401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Expand Up @@ -374,7 +374,7 @@ for F in ${FAILURES[@]}; do
echo $F | sed -e's/+/ /g'
done

. ./.travis/push-prebuilt.sh
bash ./.travis/push-prebuilt.sh

echo ""
echo ""
Expand Down

0 comments on commit efd401a

Please sign in to comment.