Skip to content

Commit e7febad

Browse files
committed
Add pod setup to travis script
1 parent 4887114 commit e7febad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ cache:
44
- cocoapods
55
- bundler
66
gemfile: test/Gemfile
7+
install:
8+
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
9+
- bundle exec pod setup
710
script:
811
- rake install
912
- cd test

0 commit comments

Comments
 (0)