diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-13 04:33:10 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-13 04:33:10 +0000 |
commit | 598a4bfb0c7bc62eac88ad5390d078c24c3c69ad (patch) | |
tree | f0bcb775f3cd62aad77ffb149813aa2cd1d12237 | |
parent | 93f91eb68f18e38e1c16852575bc1f8958e34330 (diff) |
.travis.yml: delete test-all options for osx
While we are experiencing build failures, no hangs had been
seen for a while. Also it seems the excluded tests now pass.
I think it's time to delete this line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ce6640db73..3fe9a18021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -244,8 +244,6 @@ addons: env: - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/[email protected]:/usr/local/opt/zlib'" - "JOBS=\"-j`sysctl -n hw.activecpu`\"" - # `-v` prints too long outputs, but sometimes it osx build hangs and we can't know which test is bad without `-v`. - - "TEST_ALL_TESTOPTS='-v --color=never --job-status=normal --excludes=$(TESTSDIR)/excludes/_travis'" - &universal-darwin17 name: uinversal.x86_64h-darwin17 |