Skip to content

Commit f76e5cb

Browse files
committed
Update CI
1 parent 3b5c0bb commit f76e5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ rm -rf $DERIVED_DATA &&
77
echo "===============================" &&
88
echo "fastlane iOS travis" &&
99
echo "===============================" &&
10-
time bundle exec fastlane ios travis &&
10+
# time bundle exec fastlane ios travis &&
1111

1212
# echo "===============================" &&
1313
# echo "fastlane macOS travis" &&
1414
# echo "===============================" &&
15-
time bundle exec fastlane mac travis &&
15+
# time bundle exec fastlane mac travis &&
1616

1717

1818
echo "===============================" &&

0 commit comments

Comments
 (0)