Skip to content

Commit efd401a

Browse files
committedFeb 8, 2018
travis: Don't source push-build.
push-build was disabled with a "exit 0" and thus all builds were succeeding despite them failing :-(
1 parent bb247f7 commit efd401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ for F in ${FAILURES[@]}; do
374374
echo $F | sed -e's/+/ /g'
375375
done
376376

377-
. ./.travis/push-prebuilt.sh
377+
bash ./.travis/push-prebuilt.sh
378378

379379
echo ""
380380
echo ""

0 commit comments

Comments
 (0)
Please sign in to comment.