Skip to content

Commit a791802

Browse files
committed
fix carthage bug with travis
1 parent 95e6e96 commit a791802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ before_install:
99
- brew install carthage
1010
- gem install xcpretty -N
1111
install:
12-
- carthage bootstrap
12+
- carthage bootstrap --platform macosx
1313
script:
1414
- set -o pipefail
1515
- xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch OSX" test | xcpretty -c
16-
- xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch iOS" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c

0 commit comments

Comments
 (0)