Test against Ruby v2.0.0 though allow it to fail
This commit is contained in:
parent
b88339e1fc
commit
60a41230c4
@ -5,12 +5,14 @@ env:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: PUPPET_VERSION=2.7.23
|
- env: PUPPET_VERSION=2.7.23
|
||||||
|
- rvm: 2.0.0
|
||||||
language: ruby
|
language: ruby
|
||||||
before_script: "gem install --no-ri --no-rdoc bundler"
|
before_script: "gem install --no-ri --no-rdoc bundler"
|
||||||
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
|
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user