We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e6e96 commit a791802Copy full SHA for a791802
.travis.yml
@@ -9,8 +9,7 @@ before_install:
9
- brew install carthage
10
- gem install xcpretty -N
11
install:
12
- - carthage bootstrap
+ - carthage bootstrap --platform macosx
13
script:
14
- set -o pipefail
15
- 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