travis: unset GEMPATH.

Travis CI support suggested this as the correct solution for some
recent changes in their environment that make ruby segfault.
This commit is contained in:
Tim Abbott 2016-08-09 11:43:08 -07:00
parent 86920a297c
commit bb392374b2
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ matrix:
sudo: required
# command to run tests
script:
- unset GEM_PATH
- ./tools/travis/$TEST_SUITE
sudo: required
services: