Skip to content

Commit 7fca5b4

Browse files
authored
update ruby versions (#88)
1 parent 68f8384 commit 7fca5b4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.bundle
12
coverage
23
vendor/bundle
34
.coditsu/local.yml

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.7.2

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ test: &test
1717
jobs:
1818
include:
1919
- <<: *test
20-
rvm: 2.7.0
20+
rvm: 2.7.2
2121
- <<: *test
22-
rvm: 2.6.5
22+
rvm: 2.6.6
2323
- <<: *test
24-
rvm: 2.5.7
24+
rvm: 2.5.8
2525
- <<: *test
2626
rvm: jruby-9.2.9.0
2727

2828
- stage: coditsu
2929
language: ruby
30-
rvm: 2.7.0
30+
rvm: 2.7.2
3131
before_install:
3232
- yes | gem update --system
3333
script: \curl -sSL https://api.coditsu.io/run/ci | bash

0 commit comments

Comments
 (0)