Turn on warnings when building using Travis and make all warnings errors

This should catch warnings when people are sending PRs. For instance: 178af85a26
This commit is contained in:
Kristian Sloth Lauszus 2016-04-19 12:03:39 +02:00
parent 00658d60eb
commit 38ed04fe77

View file

@ -55,7 +55,7 @@ env:
install:
- pip install -U platformio
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA"
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror"
#
# Libraries from PlatformIO Library Registry: