Travix fix regex
This commit is contained in:
parent
f974021803
commit
cf5b098c0c
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ before_install:
|
||||||
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
|
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
|
||||||
arduino --install-boards esp8266:esp8266;
|
arduino --install-boards esp8266:esp8266;
|
||||||
export SKIP_PAT='(HTTP|MQTT).*ino';
|
export SKIP_PAT='(HTTP|MQTT).*ino';
|
||||||
else
|
|
||||||
export SKIP_PAT='.*';
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create directory to save the library and create symbolic link
|
# create directory to save the library and create symbolic link
|
||||||
|
|
Loading…
Add table
Reference in a new issue