Skip to content

Commit

Permalink
Make sure we source the rbenv environment
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Apr 21, 2017
1 parent e1cbf18 commit c535e4f
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 @@ -31,6 +31,7 @@ jobs:
environment:
- RBENV_ROOT: "/usr/lib/rbenv"
command: |
source /etc/profile.d/rbenv.sh
bundle install --path vendor/bundle
bundle exec rubocop
bundle exec rspec

0 comments on commit c535e4f

Please sign in to comment.