Fix carthage mode in build.sh

This commit is contained in:
Garrett Moon
2019-06-12 14:15:51 -07:00
parent e946ff9f31
commit 7010177900
+1
View File
@@ -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