Skip to content

Commit

Permalink
Merge pull request #153 from caskdata/feature/test-more-rubies
Browse files Browse the repository at this point in the history
Test Ruby 2.0.0 and 2.1.4 and restrict Chef version on Ruby < 2.0
  • Loading branch information
wolf31o2 committed Mar 25, 2015
2 parents 33a314b + cbb9b3e commit ded9438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2014 Cask Data, Inc.
# Copyright © 2014-2015 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand All @@ -17,6 +17,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.4
cache: bundler
sudo: false
bundler_args: --jobs 7 --without docs integration
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ gem 'foodcritic', '~> 3.0'
gem 'chefspec', '~> 4.0'
gem 'rspec', '~> 3.0'

gem 'chef', '< 12.0'

gem 'chef', '< 12.0' if RUBY_VERSION.to_f < 2.0
gem 'rubocop'
gem 'rubocop-checkstyle_formatter', require: false
gem 'rainbow', '<= 1.99.1'
Expand Down

0 comments on commit ded9438

Please sign in to comment.