Skip to content

Commit

Permalink
Add bundle install and pod repo update to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Nov 6, 2019
1 parent 4d9264f commit 43b3630
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@ osx_image: xcode11.1
language: objective-c
cache:
- bundler
gemfile: test/Gemfile
before_install:
- gem install cocoapods
- bundle config
after_install:
- bundle config
- cd test
- ls -al
- bundle exec pod --version
- cd ..
before_script:
- cd test
- bundle exec pod repo update
- cd ..
script:
- rake install
- cd test
Expand Down

0 comments on commit 43b3630

Please sign in to comment.