Skip to content

Commit

Permalink
Try to fix Travis builds
Browse files Browse the repository at this point in the history
Dropping down to a known good version of Ruby and not letting JRuby
break the build because it is notoriously unreliable.
  • Loading branch information
enkessler committed Sep 23, 2017
1 parent a82b22d commit bfc7404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rvm:
- 2.1
- 2.2
- 2.3.5
- 2.4.1
- 2.4.0
- ruby-head

sudo: true # Necessary to fix JRuby
Expand All @@ -31,5 +31,6 @@ env:
matrix:
allow_failures:
- rvm: rbx-3
- rvm: jruby-9.1.9.0
- rvm: ruby-head
- env: "CHILDPROCESS_POSIX_SPAWN=true"

0 comments on commit bfc7404

Please sign in to comment.