From a2484ab2395cc432b479f5ab2c8706aa30169262 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 6 Feb 2014 14:43:09 -0500 Subject: [PATCH] Support Ruby v2.0.0 --- .fixtures.yml | 18 +++++++++--------- .travis.yml | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 325af1a9..f8b6dce4 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,12 +1,12 @@ fixtures: repositories: - "stdlib": - repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git" - ref: "3.2.0" - "common": - repo: "git://github.com/ghoneycutt/puppet-module-common.git" - ref: "v1.0.2" - "firewall": - repo: "git://github.com/puppetlabs/puppetlabs-firewall.git" + stdlib: + repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git' + ref: '3.2.0' + common: + repo: 'git://github.com/ghoneycutt/puppet-module-common.git' + ref: 'v1.0.2' + firewall: + repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git' symlinks: - "ssh": "#{source_dir}" + ssh: "#{source_dir}" diff --git a/.travis.yml b/.travis.yml index 2c28477b..fc33effe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ rvm: matrix: fast_finish: true allow_failures: - - rvm: 2.0.0 - env: PUPPET_VERSION=3.4.2 language: ruby before_script: "gem install --no-ri --no-rdoc bundler"