Skip to content

Commit

Permalink
add beaker:centos-7-docker to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Feb 2, 2017
1 parent 408f695 commit e22d9ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ env:
- PUPPET_GEM_VERSION="~> 3.7"
- PUPPET_GEM_VERSION="~> 4.9"
matrix:
include:
- rvm: '2.2'
sudo: required
services: docker
env: BEAKER_set="centos-7-docker"
script: travis_retry bundle exec rake beaker
bundler_args: --without release
exclude:
- rvm: '2.2'
env: PUPPET_GEM_VERSION="~> 3.7"
Expand Down

0 comments on commit e22d9ad

Please sign in to comment.