aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-06-11 12:32:13 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-06-11 12:33:34 +0900
commit42ac8890efbd38dc021bf5edab325a69be7fc4cf (patch)
treeb319efed4f8b7ae7245264c18a1edfd99ea4c564 /.travis.yml
parente4364dbf6ecd9f87588f6f9e93d213046b75478e (diff)
downloadruby-42ac8890efbd38dc021bf5edab325a69be7fc4cf.tar.gz
Fail test if load ~/.irbrc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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}"