Skip to content

Commit 6516b3c

Browse files
committed
Travis CI: build Tools example sketches on all platforms
1 parent 020369c commit 6516b3c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ script:
3838
- buildExampleSketch WiFiWebClient
3939
- buildExampleSketch WiFiWebClientRepeating
4040
- buildExampleSketch WiFiWebServer
41-
- if [[ "$BOARD" =~ "arduino:samd:" ]]; then
42-
buildExampleToolsSketch CheckFirmwareVersion
43-
buildExampleToolsSketch FirmwareUpdater;
44-
buildExampleToolsSketch SerialNINAPassthrough;
45-
fi
41+
- buildExampleToolsSketch CheckFirmwareVersion
42+
- buildExampleToolsSketch FirmwareUpdater;
43+
- buildExampleToolsSketch SerialNINAPassthrough;

0 commit comments

Comments
 (0)