Skip to content

Commit 1ea606c

Browse files
committed
Travis CI add Ruby 2.6
1 parent a0ca592 commit 1ea606c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bundler_args: --without benchmarks development
55
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
66
before_install:
77
- gem --version
8-
- gem update --system 2.7.3
8+
- gem update --system 2.7.6 --quiet
99
- gem update bundler
1010
- gem --version
1111
- bash .travis_setup.sh
@@ -18,6 +18,7 @@ addons:
1818
- mysql-client-core-5.6
1919
- mysql-client-5.6
2020
rvm:
21+
- 2.6
2122
- 2.5
2223
- 2.4
2324
- 2.3

0 commit comments

Comments
 (0)