Skip to content

Commit

Permalink
Fix carthage mode in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Jun 12, 2019
1 parent e946ff9 commit 7010177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ if [ "$MODE" = "carthage" -o "$MODE" = "all" ]; then
echo "Verifying carthage works."

set -o pipefail && carthage update && carthage build --no-skip-current
success="1"
fi

if [ "$success" = "1" ]; then
Expand Down

0 comments on commit 7010177

Please sign in to comment.