Skip to content

Commit 6bf7c34

Browse files
committed
Add Ruby 2.4.0-preview1, update Rubies and Rubygems in Travis CI
1 parent 08f21e8 commit 6bf7c34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ sudo: required
22
dist: trusty
33
language: ruby
44
bundler_args: --without benchmarks development
5-
# Temporary workaround for broken Rubygems on Travis
5+
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
66
before_install:
7-
- gem update --system 2.4.8
7+
- gem update --system 2.6.4
88
- gem --version
99
- bash .travis_setup.sh
1010
addons:
@@ -16,7 +16,8 @@ addons:
1616
- mysql-client-core-5.5
1717
- mysql-client-5.5
1818
rvm:
19-
- 2.3.0
19+
- 2.4.0-preview1
20+
- 2.3.1
2021
- 2.2
2122
- 2.1
2223
- 2.0.0

0 commit comments

Comments
 (0)