tests/run.sh: SHELL=/bin/sh, HOME=/dev/null (#1291)

This commit is contained in:
Daniel Hahler 2016-12-25 03:46:28 +01:00 committed by GitHub
parent d5b3fa8be0
commit fb874122ba
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
set -e
export SHELL=/bin/sh
export HOME=/dev/null
# Be verbose on Travis.
if [ "$CI" = true ]; then
set -x