From a7a947c9773fee809a48f52aef30d431a04bab3f Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Mon, 7 Nov 2016 17:31:15 +0000 Subject: Addition of 4.6 and 4.7 travis cells --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4e549bf..0cde21d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,5 +34,11 @@ matrix: - rvm: 1.9.3 bundler_args: --without system_tests env: PUPPET_GEM_VERSION="~> 3.0" + - rvm: 2.1.9 + bundler_args: --without system_tests + env: PUPPET_GEM_VERSION="~> 4.6.0" + - rvm: 2.1.9 + bundler_args: --without system_tests + env: PUPPET_GEM_VERSION="~> 4.7.0" notifications: email: false -- cgit v1.2.3