From 42ac8890efbd38dc021bf5edab325a69be7fc4cf Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 11 Jun 2019 12:32:13 +0900 Subject: [PATCH] Fail test if load ~/.irbrc --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 17eec60bf8..244873472e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -422,6 +422,7 @@ before_script: - |- [ -z "${GEMS_FOR_TEST}" ] || $RUBY_PREFIX/bin/gem install --no-document $GEMS_FOR_TEST + - echo "raise 'do not load ~/.irbrc in test'" > ~/.irbrc script: - $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"