We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ca592 commit 1ea606cCopy full SHA for 1ea606c
.travis.yml
@@ -5,7 +5,7 @@ bundler_args: --without benchmarks development
5
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
6
before_install:
7
- gem --version
8
- - gem update --system 2.7.3
+ - gem update --system 2.7.6 --quiet
9
- gem update bundler
10
11
- bash .travis_setup.sh
@@ -18,6 +18,7 @@ addons:
18
- mysql-client-core-5.6
19
- mysql-client-5.6
20
rvm:
21
+ - 2.6
22
- 2.5
23
- 2.4
24
- 2.3
0 commit comments