Skip to content

Commit 43b3630

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@ 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+
after_install:
9+
- bundle config
10+
- cd test
11+
- ls -al
12+
- bundle exec pod --version
13+
- cd ..
14+
before_script:
15+
- cd test
16+
- bundle exec pod repo update
17+
- cd ..
718
script:
819
- rake install
920
- cd test

0 commit comments

Comments
 (0)