summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-31 00:53:43 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-31 00:53:43 +0000
commit9bc48f1d055dbbd39aff85f09629bde5185190a3 (patch)
tree66a6ec9346390b20e609737b19f62a653231a6b7
parentb891d95e8516449cf057ecd29129cfc9d531f4e9 (diff)
.travis.yml: mandate -ansi check
Seems it is failing to compile right now; make it mandatory so that other devs can be aware of it. Will revert this change once the source code gets stable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c9ad532226..9f3d13cad4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,6 +158,8 @@ matrix:
CONFIG_FLAG_ARRAY=(
warnflags="${warnflags_array[*]}"
LDFLAGS=-Wno-unused-command-line-argument)
+ script:
+ - "$SETARCH make -s test TESTOPTS=--color=never"
- os: linux
language: ruby
rvm: 2.3.8
@@ -170,9 +172,6 @@ matrix:
before_script: chmod -R u+w spec/ruby
# -j randomly hangs. Using -fs to make sure we can know problematic spec on failure.
script: ruby -C spec/ruby ../mspec/bin/mspec -fs .
- allow_failures:
- - name: pedanticism
- fast_finish: true
before_script:
- "echo JOBS=$JOBS SETARCH=${SETARCH=}"