summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Putnam <putnam.eric@gmail.com>2016-08-25 14:17:51 -0700
committerGitHub <noreply@github.com>2016-08-25 14:17:51 -0700
commit2739ad55ece6d27ded2ba40d4410a2d5364d6acf (patch)
treebd76de3ed0f19ca5e2a2238e57c38cf503684554 /.travis.yml
parent9a1c9245d38117cf911a12d79457ab9249d35958 (diff)
parentd022891fb489bccbd1e0d910f3c0467238d94f80 (diff)
Merge pull request #291 from puppetlabs/modulesync
Update modulesync_config [0d59329]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f631db04..e313d87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,12 @@ matrix:
script: bundle exec rake beaker
services: docker
sudo: required
+ - rvm: 2.3.1
+ bundler_args: --without system_tests
+ env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.1.9
bundler_args: --without system_tests
- env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
+ env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.1.5
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"