summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Hardy <gregahardy@gmail.com>2016-04-19 11:45:08 +0100
committerGreg Hardy <gregahardy@gmail.com>2016-04-19 11:45:08 +0100
commit24797bb5ad73eb4baee0567282ef2670ed141a5c (patch)
treecf8fbed3cba53305d40f98dea1a3ad00e1f10687 /.travis.yml
parent733508677dbafe3e48bf170342d2f4ee0f1c3201 (diff)
parentee6413b95a7b88626d0011cc2464d77ca186d832 (diff)
Merge pull request #593 from puppetlabs/update-msync
Update to newest modulesync_configs [9ca280f]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 588fb5b..4e2c66d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,33 @@
sudo: false
language: ruby
cache: bundler
-bundler_args: --without system_tests
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
include:
- rvm: 2.1.6
+ dist: trusty
+ env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
+ script: bundle exec rake beaker
+ services: docker
+ sudo: required
+ - rvm: 2.1.6
+ dist: trusty
+ env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
+ script: bundle exec rake beaker
+ services: docker
+ sudo: required
+ - rvm: 2.1.6
+ bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
- rvm: 2.1.5
+ bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.5
+ bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
+ bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email: false