From 123f6c7443ce13e399b8d6957082cbf41db4d193 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 26 Dec 2018 14:25:11 +0800 Subject: [PATCH] Fix travis yml for example project --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebe4de1..2023f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"