We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e8db commit b05b7a0Copy full SHA for b05b7a0
.travis.yml
@@ -48,7 +48,7 @@ before_install:
48
- if [[ "$BOARD" =~ "arduino:samd:" ]]; then
49
arduino-cli core install arduino:samd;
50
fi
51
- - if [[ "$BOARD" == "esp8266:esp8266" ]]; then
+ - if [[ "$BOARD" =~ "esp8266:esp8266" ]]; then
52
arduino-cli core install esp8266:esp8266 --additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json;
53
54
- |
0 commit comments