Skip to content

Commit 83ecb08

Browse files
committed
fix travis cocoa pods version
1 parent 13abbb8 commit 83ecb08

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.travis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@ xcode_scheme: FirebaseUI
55

66
rvm: 2.3.1
77
before_install:
8+
- gem uninstall --all --executables cocoapods
89
- gem install cocoapods -v '1.0.1'
910
- pod install --repo-update
1011

11-
script:
12-
- xcodebuild -workspace FirebaseUI.xcworkspace
12+
script: xcodebuild -workspace FirebaseUI.xcworkspace
1313
-scheme FirebaseUI
1414
-sdk iphonesimulator
1515
-destination 'platform=iOS Simulator,name=iPhone 6s'
16-
build
17-
ONLY_ACTIVE_ARCH=YES
18-
CODE_SIGNING_REQUIRED=NO
19-
20-
- xcodebuild -workspace FirebaseUI.xcworkspace
21-
-scheme FirebaseUI
22-
-sdk iphonesimulator
23-
-destination 'platform=iOS Simulator,name=iPhone 6s'
24-
test
16+
build test
2517
ONLY_ACTIVE_ARCH=YES
2618
CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)