Skip to content

Commit

Permalink
Run CI tests under bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Feb 16, 2017
1 parent cc0c438 commit 45895ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,4 +12,4 @@ before_script:
- cp .kitchen.travis.yml .kitchen.local.yml

script:
- chef exec rake && chef exec kitchen test
- chef exec bundle exec rake && chef exec bundle exec kitchen test
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,4 +14,4 @@ build_script:
- copy .kitchen.appveyor.yml .kitchen.local.yml

test_script:
- chef exec kitchen test
- chef exec bundle exec kitchen test

0 comments on commit 45895ff

Please sign in to comment.