mirror of https://github.com/zulip/zulip.git
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:
parent
86920a297c
commit
bb392374b2
|
@ -34,6 +34,7 @@ matrix:
|
|||
sudo: required
|
||||
# command to run tests
|
||||
script:
|
||||
- unset GEM_PATH
|
||||
- ./tools/travis/$TEST_SUITE
|
||||
sudo: required
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue