Skip to content

Commit 0c70f74

Browse files
committed
Don't treat warnings as errors in the bidrectional_converter example
1 parent c2a0c98 commit 0c70f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ env:
5151
- PLATFORMIO_CI_SRC=examples/PSBuzz
5252
# - PLATFORMIO_CI_SRC=examples/testusbhostFAT
5353
- PLATFORMIO_CI_SRC=examples/USB_desc
54-
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/bidrectional_converter PLATFORMIO_CI_EXTRA_ARGS="-Wno-error -Wno-parentheses"
54+
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/bidrectional_converter PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Wno-strict-aliasing"
5555
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/eVY1_sample
5656
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USB_MIDI_converter
5757
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USB_MIDI_converter_multi
@@ -74,4 +74,4 @@ install:
7474
- platformio lib install 62 416 417
7575

7676
script:
77-
- platformio ci --board=uno --board=teensy31 --board=due --lib="." $PLATFORMIO_CI_EXTRA_ARGS
77+
- platformio ci --board=uno --board=teensy31 --board=due --lib="."

0 commit comments

Comments
 (0)