We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116c72f commit e013631Copy full SHA for e013631
.travis.yml
@@ -4,7 +4,7 @@ cache:
4
- cocoapods
5
- bundler
6
gemfile: test/Gemfile
7
-install_script:
+install:
8
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
9
- bundle exec pod setup
10
before_script:
test/test.sh
@@ -2,7 +2,7 @@
2
set -ex
3
build() {
- xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1
+ xcodebuild -sdk iphonesimulator -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1
}
rm -rf Pods
0 commit comments