Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 0174aeb

Browse files
committed
travis fix
1 parent 528f9d2 commit 0174aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
osx_image: xcode7.3
22
language: objective-c
3-
script: xcodebuild -workspace Example/TPSDropDown.xcworkspace -scheme TPSDropDown-Example -sdk iphonesimulator -destination 'name=iPhone 6' build test | xcpretty -c && exit ${PIPESTATUS[0]}
3+
script: xcodebuild -workspace ios/Example/TPSDropDown.xcworkspace -scheme TPSDropDown-Example -sdk iphonesimulator -destination 'name=iPhone 6' build test | xcpretty -c && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)