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 020369c commit 6516b3cCopy full SHA for 6516b3c
.travis.yml
@@ -38,8 +38,6 @@ script:
38
- buildExampleSketch WiFiWebClient
39
- buildExampleSketch WiFiWebClientRepeating
40
- buildExampleSketch WiFiWebServer
41
- - if [[ "$BOARD" =~ "arduino:samd:" ]]; then
42
- buildExampleToolsSketch CheckFirmwareVersion
43
- buildExampleToolsSketch FirmwareUpdater;
44
- buildExampleToolsSketch SerialNINAPassthrough;
45
- fi
+ - buildExampleToolsSketch CheckFirmwareVersion
+ - buildExampleToolsSketch FirmwareUpdater;
+ - buildExampleToolsSketch SerialNINAPassthrough;
0 commit comments