aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUrabe, Shyouhei <shyouhei@ruby-lang.org>2019-04-26 13:35:08 +0900
committerUrabe, Shyouhei <shyouhei@ruby-lang.org>2019-04-26 15:59:40 +0900
commit267ac0624dad6be5c3f4760f691258ae7dc83861 (patch)
treec69d2307c58645557ae4b10b29895366b42780f7 /.travis.yml
parentd700a8a0eb5f0a17d689216b5944ab6e39f1d55e (diff)
downloadruby-267ac0624dad6be5c3f4760f691258ae7dc83861.tar.gz
make test needs no gems
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 81efc2f324..6320233c66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,8 @@ env:
if: (type = cron) AND (branch = trunk) AND (fork = false)
- &make-test-only
+ env:
+ - GEMS_FOR_TEST=
script:
- $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"