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:
|
||||
email: false
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- env: PUPPET_VERSION=2.7.23
|
||||
- rvm: 2.0.0
|
||||
language: ruby
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user