Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 8aa51e6

Browse files
committed
widen specifier on travis versions
1 parent 1f7a868 commit 8aa51e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
cache: bundler
33
sudo: false
44
rvm:
5-
- 2.4.10
5+
- 2.4
66
services: mongodb
77
env:
88
global:
@@ -11,4 +11,4 @@ env:
1111
- PUSHER_SECRET=abc123
1212
- PUSHER_CLUSTER=eu
1313
before_install:
14-
- gem install bundler -v "1.17.3"
14+
- gem install bundler -v "1.17.3"

0 commit comments

Comments
 (0)