Skip to content

Commit

Permalink
fixed DEBUG constant for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
wiesendaniel committed Nov 14, 2018
1 parent f2a63c0 commit e5cef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5cef6b

Please sign in to comment.