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

Commit 4d96e07

Browse files
committed
Run pod repo update before install
1 parent 25e02da commit 4d96e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ notifications:
55
email: true
66
sudo: false
77
before_script:
8-
- cd Example && pod install && cd -
8+
- cd Example && pod repo update && pod install && cd -
99
script:
1010
- set -o pipefail && xcodebuild -workspace Example/EditorDemo.xcworkspace -scheme EditorDemo -sdk iphonesimulator | xcpretty

0 commit comments

Comments
 (0)