Skip to content

Commit

Permalink
add debian8 acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 3, 2018
1 parent e2b0c9b commit 6a977fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
- set: docker/ubuntu-14.04
- set: docker/ubuntu-16.04
- set: docker/centos-7
- set: docker/debian-8
spec/spec_helper.rb:
mock_with: ':rspec'
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ matrix:
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7 CHECK=beaker
services: docker
sudo: required
- rvm: 2.4.3
bundler_args: --without development release
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-8 CHECK=beaker
services: docker
sudo: required
branches:
only:
- master
Expand Down

0 comments on commit 6a977fc

Please sign in to comment.