From fb4dd351c7ef2614076309d630e163ff963ac8bf Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 3 Dec 2018 13:53:14 -0600 Subject: misc: make checks always fatal This fixes #263. --- test/travis.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/travis.sh') diff --git a/test/travis.sh b/test/travis.sh index 8b49431b..9626894c 100755 --- a/test/travis.sh +++ b/test/travis.sh @@ -20,6 +20,4 @@ cpus=$(getconf _NPROCESSORS_CONF || echo 1) # make on TravisCI doesn't support -O yet make -j"${cpus}" -# This make whitespace/etc. checks fatal. -export FATAL_CHECKS=1 make test -- cgit v1.2.3