From 224276cb23c2a941694ae350f07249e22e80b532 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 8 Aug 2019 10:46:41 +0200 Subject: [PATCH] Disable misleading-indentation warning for now See: https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/569237654 and https://github.com/arduino/ArduinoCore-sam/issues/69 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dc25114..9793c378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,8 @@ env: install: - pip install -U platformio - - export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -DDEBUG_USB_HOST -Wall -Werror" + # See: https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/569237654 and https://github.com/arduino/ArduinoCore-sam/issues/69 + - export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -DDEBUG_USB_HOST -Wall -Werror -Wno-misleading-indentation" # # Libraries from PlatformIO Library Registry: