We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d9ab4 commit ea9b21fCopy full SHA for ea9b21f
1 file changed
.travis.yml
@@ -51,7 +51,9 @@ jobs:
51
- GEMSETS="test sidekiq"
52
rvm: 2.4.1
53
- stage: test
54
- env: GEMSETS="test rubocop"
+ env:
55
+ - BUNDLE_VERSION=1.12.0
56
+ - GEMSETS="test rubocop"
57
58
script: bundle exec ./bin/rubocop lib/
59
- stage: deploy
0 commit comments