summaryrefslogtreecommitdiff
path: root/spec/ruby/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/.travis.yml')
-rw-r--r--spec/ruby/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/.travis.yml b/spec/ruby/.travis.yml
index e8a9106ac1..767d437f67 100644
--- a/spec/ruby/.travis.yml
+++ b/spec/ruby/.travis.yml
@@ -3,7 +3,7 @@ language: ruby
install:
- git clone https://github.com/ruby/mspec.git ../mspec
script:
- - if [ -n "$RUBOCOP" ]; then gem install rubocop -v 0.51.0 && rubocop; fi
+ - if [ -n "$RUBOCOP" ]; then gem install rubocop -v 0.52.0 && rubocop; fi
- ../mspec/bin/mspec $MSPEC_OPTS
matrix:
include: