Travis fix formatting

This commit is contained in:
jgromes 2019-07-31 09:56:25 +02:00
parent d8350c7e5a
commit 7caeb3ded0

View file

@ -40,7 +40,7 @@ branches:
script: script:
# set sketch skipping pattern for some boards # set sketch skipping pattern for some boards
if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then - if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
# on ESP8266, skip HTTP and MQTT examples # on ESP8266, skip HTTP and MQTT examples
SKIP_PAT='(HTTP|MQTT).*ino' SKIP_PAT='(HTTP|MQTT).*ino'
else else