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 08f21e8 commit 6bf7c34Copy full SHA for 6bf7c34
.travis.yml
@@ -2,9 +2,9 @@ sudo: required
2
dist: trusty
3
language: ruby
4
bundler_args: --without benchmarks development
5
-# Temporary workaround for broken Rubygems on Travis
+# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
6
before_install:
7
- - gem update --system 2.4.8
+ - gem update --system 2.6.4
8
- gem --version
9
- bash .travis_setup.sh
10
addons:
@@ -16,7 +16,8 @@ addons:
16
- mysql-client-core-5.5
17
- mysql-client-5.5
18
rvm:
19
- - 2.3.0
+ - 2.4.0-preview1
20
+ - 2.3.1
21
- 2.2
22
- 2.1
23
- 2.0.0
0 commit comments