Skip to content

Commit

Permalink
activate integration tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored and arlimus committed Dec 7, 2015
1 parent f7213d3 commit e6a01ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
sudo: required
language: ruby
cache: bundler

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

matrix:
include:
- rvm: 1.9.3
Expand All @@ -10,3 +16,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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :test do
end

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

0 comments on commit e6a01ef

Please sign in to comment.