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

Commit ccfd76a

Browse files
committed
Merge pull request #224 from ParsePlatform/nlutsenko.cocoapods
Use only production version of CocoaPods for Travis-CI.
2 parents fd9f852 + e9c9997 commit ccfd76a

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)