File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
9
9
install : true
10
10
11
11
script :
12
- - mkdir -p build && . ./scripts/common.sh && pod install && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
12
+ - mkdir -p build && . ./scripts/common.sh && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
13
13
14
14
after_success :
15
15
- sleep 5 # workaround https://github.com/travis-ci/travis-ci/issues/4725
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ function ensure_simulator_available() {
119
119
BUILD_DIRECTORY=build
120
120
121
121
function rx() {
122
- action ` find . -name " *.xcworkspace " -maxdepth 1` " $1 " " $2 " " $3 " " $4 "
122
+ action ` find . -name " *.xcodeproj " -maxdepth 1` " $1 " " $2 " " $3 " " $4 "
123
123
}
124
124
125
125
function action() {
@@ -158,7 +158,7 @@ function action() {
158
158
set -x
159
159
mkdir -p build
160
160
killall Simulator || true
161
- xcodebuild -workspace " ${WORKSPACE} " \
161
+ xcodebuild -project " ${WORKSPACE} " \
162
162
-scheme " ${SCHEME} " \
163
163
-configuration " ${CONFIGURATION} " \
164
164
-derivedDataPath " ${BUILD_DIRECTORY} " \
You can’t perform that action at this time.
0 commit comments