Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit d7ea78d

Browse files
committed
Update pod repo on every Travis-CI run.
1 parent 7cdf394 commit d7ea78d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ env:
1414
- TEST_TYPE=CocoaPods
1515
install:
1616
- |
17-
if [ "$TEST_TYPE" = iOS ] || [ "$TEST_TYPE" = OSX ] || [ "$TEST_TYPE" = OSXDemo ]; then
18-
bundle install
19-
bundle exec pod install
20-
fi
17+
bundle install
18+
bundle exec pod repo update
19+
bundle exec pod install
2120
script:
2221
- |
2322
if [ "$TEST_TYPE" = iOS ]; then

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![License][license-svg]][license-link]
77

88
[![Build Status][build-status-svg]][build-status-link]
9-
[![Coverage Status][coverage-status-svg]][coverage-status-link]
109

1110
`PFQuery` is one of the key concepts for Parse. It allows you to retrieve `PFObject`s by specifying some conditions, making it easy to build apps such as a dashboard, a todo list or even some strategy games. However, `PFQuery` is based on a pull model, which is not suitable for apps that need real-time support.
1211

0 commit comments

Comments
 (0)