Skip to content

Commit

Permalink
Merge pull request #37 from chef/chris-rock/integration-travis
Browse files Browse the repository at this point in the history
activate integration tests in travis
  • Loading branch information
arlimus committed Dec 7, 2015
2 parents 158e2a4 + ec5260a commit b906a0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
sudo: required
language: ruby
cache: bundler

# necessary for docker to work
dist: trusty
services:
- docker

bundler_args: --without integration tools

matrix:
include:
- rvm: 1.9.3
Expand All @@ -10,3 +18,6 @@ matrix:
gemfile: Gemfile
- rvm: 2.2
gemfile: Gemfile
- rvm: 2.2
gemfile: Gemfile
script: bundle exec rake test:docker config=test/integration/test-runner.yaml
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ group :test do
gem 'rake', '~> 10'
gem 'rubocop', '~> 0.33.0'
gem 'simplecov', '~> 0.10'
gem 'concurrent-ruby', '~> 0.9'
end

group :integration do
gem 'berkshelf', '~> 4.0'
gem 'test-kitchen', '~> 1.4'
gem 'kitchen-vagrant'
gem 'concurrent-ruby', '~> 0.9'
end

group :tools do
Expand Down

0 comments on commit b906a0e

Please sign in to comment.