Travis fix indentation
This commit is contained in:
parent
4e79d7d26a
commit
e0d7398fe9
1 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,8 @@ before_install:
|
|||
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
|
||||
|
||||
# check every board in matrix and install 3rd party definitions
|
||||
- if [[ "$BOARD" =~ "arduino:avr:uno" ]]; then
|
||||
- |
|
||||
if [[ "$BOARD" =~ "arduino:avr:uno" ]]; then
|
||||
export BUILD_EXAMPLES=true;
|
||||
arduino-cli core update-index;
|
||||
|
||||
|
@ -142,8 +143,8 @@ before_install:
|
|||
|
||||
elif [[ "$BOARD" =~ "arduino-beta:mbed:" ]]; then
|
||||
export BUILD_EXAMPLES=false;
|
||||
arduino-cli core update-index;
|
||||
# arduino --install-boards arduino-beta:mbed;
|
||||
arduino-cli core update-index;
|
||||
arduino-cli core install arduino-beta:mbed;
|
||||
export SKIP_PAT='(HTTP|MQTT).*ino';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue