Support Ruby v2.0.0
This commit is contained in:
parent
497a5bbd51
commit
a2484ab239
@ -1,12 +1,12 @@
|
|||||||
fixtures:
|
fixtures:
|
||||||
repositories:
|
repositories:
|
||||||
"stdlib":
|
stdlib:
|
||||||
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||||
ref: "3.2.0"
|
ref: '3.2.0'
|
||||||
"common":
|
common:
|
||||||
repo: "git://github.com/ghoneycutt/puppet-module-common.git"
|
repo: 'git://github.com/ghoneycutt/puppet-module-common.git'
|
||||||
ref: "v1.0.2"
|
ref: 'v1.0.2'
|
||||||
"firewall":
|
firewall:
|
||||||
repo: "git://github.com/puppetlabs/puppetlabs-firewall.git"
|
repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git'
|
||||||
symlinks:
|
symlinks:
|
||||||
"ssh": "#{source_dir}"
|
ssh: "#{source_dir}"
|
||||||
|
@ -11,7 +11,6 @@ rvm:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.0.0
|
|
||||||
- env: PUPPET_VERSION=3.4.2
|
- env: PUPPET_VERSION=3.4.2
|
||||||
language: ruby
|
language: ruby
|
||||||
before_script: "gem install --no-ri --no-rdoc bundler"
|
before_script: "gem install --no-ri --no-rdoc bundler"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user