add test-kitchen + kitchen-vagrant to Gemfile

and make travis ignore these.
This commit is contained in:
Stephan Renatus 2014-01-23 11:29:42 +01:00
parent 6ab2bea550
commit 11d68739cc
2 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,6 @@ rvm:
- 2.0.0
before_script:
- bundle exec berks install
bundler_args: --without integration
script:
- bundle exec strainer test

View File

@ -7,3 +7,8 @@ gem "chefspec", "~> 3.0.2"
gem "foodcritic", "~> 3.0.3"
gem "strainer"
gem "rubocop"
group :integration do
gem "test-kitchen", "~> 1.1.1"
gem "kitchen-vagrant", "~> 0.14"
end