From 6f06c9b6967e22b4793a59ec40a547ae684de031 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 25 Jun 2014 16:33:47 -0700 Subject: [PATCH] Add configuration file for modulesync https://github.com/puppetlabs/modulesync --- .sync.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .sync.yml diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..1b7c84e --- /dev/null +++ b/.sync.yml @@ -0,0 +1,5 @@ +--- +.travis.yml: + env_matrix: + - PUPPET_GEM_VERSION="~> 3.4.0" + - PUPPET_GEM_VERSION="~> 3.5.0" -- 2.45.2