Skip to content

Commit

Permalink
Merge pull request #8 from atomic111/master
Browse files Browse the repository at this point in the history
restrict ruby testing to version 2.3.3 and update gemfile
chris-rock authored Apr 10, 2017
2 parents 382f3bb + 5d2e29a commit 46bced2
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@
language: ruby
cache: bundler
rvm:
- 2.0
- 2.2
- 2.3.1
- 2.3.3

bundler_args: --without integration
script: bundle exec rake
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack', '1.6.4'
gem 'inspec', '~> 1'
gem 'rubocop', '~> 0.44.0'
gem 'highline', '~> 1.6.0'
gem 'rubocop', '~>0.46.0'

group :integration do
gem 'berkshelf'

0 comments on commit 46bced2

Please sign in to comment.