From 45895fff079adbc2e3547b3e1f1b7075403cd991 Mon Sep 17 00:00:00 2001 From: Jonathan Hartman Date: Wed, 15 Feb 2017 21:29:38 -0800 Subject: [PATCH] Run CI tests under bundler --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a9a0cd..d62b101 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 9ae8b86..8a582a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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