Skip to content

Commit 49c12b5

Browse files
committed
add debian 9 acceptance test
1 parent e2e7627 commit 49c12b5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ matrix:
3939
env: PUPPET_INSTALL_TYPE=agent BEAKER_set="ubuntu-16.04-x86_64-docker"
4040
script: bundle exec rake acceptance
4141
bundler_args: --without development
42+
- sudo: required
43+
services: docker
44+
rvm: 2.4.2
45+
env: PUPPET_INSTALL_TYPE=agent BEAKER_set="debian-9-x86_64-docker"
46+
script: bundle exec rake acceptance
47+
bundler_args: --without development
4248
deploy:
4349
provider: puppetforge
4450
user: jsok
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
HOSTS:
2+
debian-9-x64:
3+
default_apply_opts:
4+
order: random
5+
strict_variables:
6+
platform: debian-9-amd64
7+
hypervisor : docker
8+
# Need upstart to tests services
9+
image: debian:9
10+
docker_cmd: '["/sbin/init"]'
11+
# This stops the image from being deleted on completion, speeding up the process.
12+
docker_preserve_image: true
13+
docker_image_commands:
14+
- 'apt-get install -y curl unzip'
15+
CONFIG:
16+
type: foss
17+
log_level: debug
18+
docker_options:
19+
ssl_verify_peer: false

0 commit comments

Comments
 (0)