We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409c849 commit 6643592Copy full SHA for 6643592
3 files changed
.gitignore
@@ -16,5 +16,4 @@ spec/dummy
16
.rvmrc
17
.sass-cache
18
public/spree
19
-.ruby-version
20
.ruby-gemset
.ruby-version
@@ -0,0 +1 @@
1
+2.5.1
.travis.yml
@@ -5,8 +5,6 @@ language: ruby
5
before_install:
6
- gem update --system # https://github.com/travis-ci/travis-ci/issues/8978
7
- gem install bundler
8
-rvm:
9
- - 2.5
10
script:
11
- bundle exec rubocop
12
- bundle exec rake
0 commit comments