Fix travis yml for example project
This commit is contained in:
parent
faf07f4b71
commit
123f6c7443
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue