mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -34,6 +34,7 @@ matrix:
|
||||
sudo: required
|
||||
# command to run tests
|
||||
script:
|
||||
- unset GEM_PATH
|
||||
- ./tools/travis/$TEST_SUITE
|
||||
sudo: required
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user