Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit e9c9997

Browse files
committed
Use only production version of CocoaPods for Travis-CI.
1 parent fd9f852 commit e9c9997

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
@@ -15,7 +15,7 @@ env:
1515
- TEST_TYPE=CocoaPods
1616
before_install:
1717
- gem install xcpretty --no-document -N
18-
- gem install cocoapods --no-document --pre --quiet
18+
- gem install cocoapods --no-document --quiet
1919
script:
2020
- |
2121
set -o pipefail

0 commit comments

Comments
 (0)