From 8c69a5893bb37c131ab2cafa0863db8a8f8ce662 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Jan 2020 09:38:50 -0500 Subject: [PATCH] Enable -Werror for Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bdca4d68..0307d98ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - VERILATOR_ROOT=$PWD - VERILATOR_NUM_JOBS=$(echo `nproc` + 1 | bc) - VERILATOR_CONFIG_FLAGS="--enable-maintainer-mode --enable-longtests" + - VERILATOR_AUTHOR_SITE=1 - OBJCACHE=ccache cache: