Skip to content

Commit b134f91

Browse files
committedMay 3, 2020
Don't ask Travis to run pod install: there's no Podfile since 015889a
1 parent 53e51e1 commit b134f91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ cache:
99
- bundler
1010
- cocoapods
1111

12-
# Custom CocoaPods installation so that Podfile.lock is honored
12+
# Custom CocoaPods installation
1313
install:
1414
- bundle install
1515
- bundle exec pod repo update
16-
- bundle exec pod install
1716

1817
# Disable the default Travis-CI submodule logic
1918
# The various make commands ensure that the appropriate submodules are retrieved

0 commit comments

Comments
 (0)
Please sign in to comment.