summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Putnam <putnam.eric@gmail.com>2017-07-06 14:43:15 -0700
committerEric Putnam <putnam.eric@gmail.com>2017-07-07 11:21:26 -0700
commit3eee345aa2cb697e8791069ffe96299db6a28f8e (patch)
treec36bd7715c8055164775f8215789702233c6d0a8 /.travis.yml
parent5a17bf1c338c74bd6c8dbacc9a05b4cd501ecc23 (diff)
(MODULES-5187) mysnc puppet 5 and ruby 2.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4981b25..0c6f904 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,10 @@ matrix:
script: bundle exec rake beaker
services: docker
sudo: required
- - rvm: 2.3.1
+ - rvm: 2.4.0
bundler_args: --without system_tests
- env: PUPPET_GEM_VERSION="~> 4.0"
- - rvm: 2.1.7
+ env: PUPPET_GEM_VERSION="~> 5.0"
+ - rvm: 2.1.9
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
notifications: