Skip to content

Commit

Permalink
Support Ruby v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Feb 6, 2014
1 parent 497a5bb commit a2484ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -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}"
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2484ab

Please sign in to comment.