diff --git a/.sync.yml b/.sync.yml index 94c1fce3..c45cc3c0 100644 --- a/.sync.yml +++ b/.sync.yml @@ -13,6 +13,9 @@ - set: debian7-64 options: script: 'bundle exec rspec spec/acceptance/php56_spec.rb' + - set: ubuntu1804-64 + options: + script: 'bundle exec rspec spec/acceptance/php_spec.rb' - set: ubuntu1604-64 options: script: 'bundle exec rspec spec/acceptance/php_spec.rb' diff --git a/.travis.yml b/.travis.yml index a796760a..8e6437af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,13 @@ matrix: script: bundle exec rspec spec/acceptance/php56_spec.rb services: docker sudo: required + - rvm: 2.5.1 + bundler_args: --without development release + dist: trusty + env: PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1804-64{hypervisor=docker} CHECK=beaker + script: bundle exec rspec spec/acceptance/php_spec.rb + services: docker + sudo: required - rvm: 2.5.1 bundler_args: --without development release dist: trusty