Skip to content

Commit e22d9ad

Browse files
committed
add beaker:centos-7-docker to travis matrix
1 parent 408f695 commit e22d9ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ env:
99
- PUPPET_GEM_VERSION="~> 3.7"
1010
- PUPPET_GEM_VERSION="~> 4.9"
1111
matrix:
12+
include:
13+
- rvm: '2.2'
14+
sudo: required
15+
services: docker
16+
env: BEAKER_set="centos-7-docker"
17+
script: travis_retry bundle exec rake beaker
18+
bundler_args: --without release
1219
exclude:
1320
- rvm: '2.2'
1421
env: PUPPET_GEM_VERSION="~> 3.7"

0 commit comments

Comments
 (0)