Skip to content

Commit 47af204

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ cache:
44
- cocoapods
55
- bundler
66
gemfile: test/Gemfile
7+
install_script:
8+
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
9+
- bundle exec pod setup
10+
before_script:
11+
- bundle exec pod repo list --verbose
12+
- bundle exec pod repo update --verbose
713
script:
814
- rake install
915
- cd test

0 commit comments

Comments
 (0)