Skip to content

Commit

Permalink
Try to fix broken Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-ati committed Sep 21, 2017
1 parent be2ddef commit b09d10a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,23 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- 2.3.5
- 2.4.2
- ruby-head
sudo: false

sudo: true # Necessary to fix JRuby

cache: bundler

before_install:
- "echo 'gem: --no-document' > ~/.gemrc"
- gem update --system
- gem install bundler # Necessary to fix 1.9.3

env:
- CHILDPROCESS_POSIX_SPAWN=true CHILDPROCESS_UNSET=should-be-unset
- CHILDPROCESS_POSIX_SPAWN=false CHILDPROCESS_UNSET=should-be-unset

matrix:
allow_failures:
- rvm: rbx-3
Expand Down

0 comments on commit b09d10a

Please sign in to comment.