Skip to content

Commit

Permalink
Use bundle exec to run the pod commands
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 12, 2017
1 parent 62f161d commit f961284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -54,7 +54,7 @@ matrix:
- yarn
- cd ios
- bundle install
- pod repo update
- pod install
- bundle exec pod repo update
- bundle exec pod install
script:
- bundle exec fastlane build

0 comments on commit f961284

Please sign in to comment.