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 c6564d0 commit c28db81Copy full SHA for c28db81
.travis.yml
@@ -38,7 +38,7 @@ script:
38
- buildExampleSketch ConnectNoEncryption
39
- buildExampleSketch ConnectWithWEP
40
- buildExampleSketch ConnectWithWPA
41
- - buildExampleSketch FirmwareUpdater
+ - if ! [[ "$BOARD" =~ "arduino:avr:" ]]; then buildExampleSketch FirmwareUpdater; fi
42
- buildExampleSketch MDNS_WiFiWebServer
43
- buildExampleSketch ScanNetworks
44
- buildExampleSketch SimpleWebServerWiFi
0 commit comments