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

Commit e49b4c4

Browse files
committed
Fix travis.ml build, making pod install to run before building.
1 parent 1e48c37 commit e49b4c4

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# * https://github.com/supermarin/xcpretty#usage
44

55
language: objective-c
6-
# cache: cocoapods
7-
# podfile: Example/Podfile
8-
# before_install: cd Example && pod install && cd -
6+
cache: cocoapods
7+
podfile: Example/Podfile
8+
before_install: cd Example && pod install && cd -
99
install:
1010
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1111
script:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
6+
<false/>
7+
</dict>
8+
</plist>

WPMediaPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
* Capture of new media while selecting
1010
DESC
1111
s.homepage = "https://github.com/wordpress-mobile/WPMediaPicker"
12-
s.screenshots = "https://github.com/wordpress-mobile/WPMediaPicker/screenshots_1.jpg"
12+
s.screenshots = "https://raw.githubusercontent.com/wordpress-mobile/WPMediaPicker/master/screenshots_1.jpg"
1313
s.license = 'MIT'
1414
s.author = { "WordPress" => "mobile@automattic.com" }
1515
s.source = { :git => "https://github.com/wordpress-mobile/WPMediaPicker.git", :tag => s.version.to_s }

0 commit comments

Comments
 (0)