Skip to content

Commit 87aa1cf

Browse files
committed
Revert to old Travis build matrix
Reverts back to before d57c2ea and 898b9d2 were applied. This is incredibly frustrating. Even after updating Rubygems in the Travis build environment, we still see build failures when Travis `bundle install`s with `--jobs=3`. While the general consensus is that this should be fixed by running `gem update --system`, that is clearly not the case. For now, I'm nixing adding these builds in favor of a clean build.
1 parent e1f9a27 commit 87aa1cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ rvm:
88
- 2.0
99
- 2.1
1010
- 2.2
11-
- 2.3.3
12-
- 2.4.0
11+
- 2.3.0
1312
- jruby-9.1.2.0
1413

1514
matrix:

0 commit comments

Comments
 (0)