Skip to content

Commit f525a85

Browse files
committed
updated ruby version
1 parent e9ad62a commit f525a85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: ruby
22

33
rvm:
4-
- "2.3.6"
4+
- "2.4.0"
55

66
services:
77
- redis-server
@@ -13,8 +13,8 @@ git:
1313
depth: false
1414

1515
before_install:
16-
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
17-
- gem install bundler -v '< 2'
16+
# - gem uninstall -v '< 2' -i $(rvm gemdir)@global -ax bundler || true
17+
# - gem install bundler -v '>= 2'
1818

1919
after_success:
2020
- bash sonar-scanner.sh

0 commit comments

Comments
 (0)