Skip to content

Commit

Permalink
restrict ruby testing to version 2.3.3 (#7)
Browse files Browse the repository at this point in the history
* restrict ruby testing to version 2.3.3

Signed-off-by: Patrick Münch <[email protected]>

* update gemfile

Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 authored and chris-rock committed Apr 4, 2017
1 parent d37899e commit 9615e20
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack', '1.6.4'
gem 'inspec', '~> 1'
gem 'rubocop', '~> 0.44.0'
gem 'rubocop', '~> 0.46.0'
gem 'highline', '~> 1.6.0'

group :integration do
Expand Down

0 comments on commit 9615e20

Please sign in to comment.