We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13225c2 commit 70c3e55Copy full SHA for 70c3e55
.travis.yml
@@ -7,6 +7,8 @@ gemfile: test/Gemfile
7
install:
8
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
9
- bundle exec pod setup
10
+before_script:
11
+- printenv
12
script:
13
- rake install
14
- cd test
test/test.sh
@@ -2,7 +2,7 @@
2
set -ex
3
4
build() {
5
- 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 -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO || exit 1
6
}
rm -rf Pods
0 commit comments