Skip to content

Commit f5a3f0a

Browse files
committed
Add bundle install and pod repo update to travis script
1 parent 4d9264f commit f5a3f0a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@ osx_image: xcode11.1
22
language: objective-c
33
cache:
44
- bundler
5+
gemfile: test/Gemfile
56
before_install:
6-
- gem install cocoapods
7+
- bundle config
8+
before_script:
9+
- bundle config
10+
- cd test
11+
- bundle config
12+
- ls -al
13+
- bundle exec pod --version
14+
- bundle exec pod repo update
15+
- cd ..
716
script:
817
- rake install
918
- cd test

0 commit comments

Comments
 (0)