Fix travis yml for example project

This commit is contained in:
Simon 2018-12-26 14:25:11 +08:00
parent faf07f4b71
commit 123f6c7443
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ script:
- >-
if [ $BUILD_EXAMPLE == "YES" ]; then xcodebuild clean build -project
Examples/ImagesExample/ImagesExample.xcodeproj -scheme
TableViewExample -sdk "$SDK" -destination "$DESTINATION"; fi
ImagesExample -sdk "$SDK" -destination "$DESTINATION"; fi
- >-
if [ $RUN_TESTS == "YES" ]; then xcodebuild clean test -project
"$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION"