Skip to content

Commit

Permalink
Ensure bundler is installed on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Feb 19, 2019
1 parent ce071cd commit e94827c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
shell: /bin/bash --login -eo pipefail
steps:
- checkout
- run: gem install bundler
- run: bundle install
- run: bundle exec fastlane gym
- run: bundle exec fastlane test
Expand Down

0 comments on commit e94827c

Please sign in to comment.