fixed DEBUG constant for travis build

This commit is contained in:
Daniel Wiesendorf
2018-11-14 22:07:04 +01:00
parent f2a63c04a8
commit e5cef6b877
+1 -1
View File
@@ -27,7 +27,7 @@ cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=wled00 PLATFORMIO_BUILD_FLAGS="-D DEBUG=false"
- PLATFORMIO_CI_SRC=wled00 PLATFORMIO_BUILD_FLAGS="-D DEBUG=0"
install:
- pip install -U platformio
- platformio update