Enable -Werror for Travis.

This commit is contained in:
Wilson Snyder 2020-01-11 09:38:50 -05:00
parent fe94f9891b
commit 8c69a5893b
1 changed files with 1 additions and 0 deletions

View File

@ -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: