Travis fix
This commit is contained in:
parent
7caeb3ded0
commit
2dacf362ad
1 changed files with 2 additions and 2 deletions
|
@ -42,10 +42,10 @@ 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
|
||||||
# default skip pattern (matches everything)
|
# default skip pattern (matches everything)
|
||||||
SKIP_PAT='.*'
|
SKIP_PAT='.*';
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# build all example sketches
|
# build all example sketches
|
||||||
|
|
Loading…
Add table
Reference in a new issue