Skip to content

Commit

Permalink
Comment out make image for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Mar 5, 2017
1 parent 93473f3 commit 74fbbe1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis/build.sh
Expand Up @@ -125,13 +125,13 @@ function build() {
make firmware || return 1
echo "============================================="

echo ""
echo ""
echo ""
echo "- make image ($PLATFORM $TARGET $CPU)"
echo "---------------------------------------------"
make image || return 1
echo "============================================="
#echo ""
#echo ""
#echo ""
#echo "- make image ($PLATFORM $TARGET $CPU)"
#echo "---------------------------------------------"
#make image || return 1
#echo "============================================="

if [ ! -z "$PROGS" ]; then
for PROG in $PROGS; do
Expand Down

0 comments on commit 74fbbe1

Please sign in to comment.