Support Ruby v2.0.0
This commit is contained in:
parent
497a5bbd51
commit
a2484ab239
@ -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}"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user