Skip to content

Commit f1a7c11

Browse files
committed
don't repo update on build
1 parent 4eca7c0 commit f1a7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xcode_scheme: FirebaseUI
66
rvm: 2.3.1
77
before_install:
88
- gem install cocoapods -v '1.0.1'
9-
- pod install --repo-update
9+
- pod install
1010

1111
script: xcodebuild -workspace FirebaseUI.xcworkspace
1212
-scheme FirebaseUI

0 commit comments

Comments
 (0)