Skip to content

Commit 70c3e55

Browse files
committed
Add test output for Travis
1 parent 13225c2 commit 70c3e55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gemfile: test/Gemfile
77
install:
88
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
99
- bundle exec pod setup
10+
before_script:
11+
- printenv
1012
script:
1113
- rake install
1214
- cd test

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
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
5+
xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO || exit 1
66
}
77

88
rm -rf Pods

0 commit comments

Comments
 (0)