Skip to content

Commit 6643592

Browse files
committed
Use .ruby-version file for both travis and rubocop
1 parent 409c849 commit 6643592

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ spec/dummy
1616
.rvmrc
1717
.sass-cache
1818
public/spree
19-
.ruby-version
2019
.ruby-gemset

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.5.1

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ language: ruby
55
before_install:
66
- gem update --system # https://github.com/travis-ci/travis-ci/issues/8978
77
- gem install bundler
8-
rvm:
9-
- 2.5
108
script:
119
- bundle exec rubocop
1210
- bundle exec rake

0 commit comments

Comments
 (0)