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

Commit 25e02da

Browse files
committed
Install pods before building on Travis
1 parent cd21f03 commit 25e02da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
osx_image: xcode8.2
22
language: objective-c
3+
podfile: Example/Podfile
34
notifications:
45
email: true
56
sudo: false
7+
before_script:
8+
- cd Example && pod install && cd -
69
script:
710
- set -o pipefail && xcodebuild -workspace Example/EditorDemo.xcworkspace -scheme EditorDemo -sdk iphonesimulator | xcpretty

0 commit comments

Comments
 (0)