Skip to content

Commit ea9b21f

Browse files
committed
chore(ci): Set bundle version for ruby 2.4.1
1 parent a7d9ab4 commit ea9b21f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- GEMSETS="test sidekiq"
5252
rvm: 2.4.1
5353
- stage: test
54-
env: GEMSETS="test rubocop"
54+
env:
55+
- BUNDLE_VERSION=1.12.0
56+
- GEMSETS="test rubocop"
5557
rvm: 2.4.1
5658
script: bundle exec ./bin/rubocop lib/
5759
- stage: deploy

0 commit comments

Comments
 (0)