Skip to content

Commit 776e405

Browse files
committed
Adding CI build for MKRWAN1310 (probably ArduinoIoTCloud_LED_switch/ArduinoIoTCloud_Travis_CI need to be updated too in order to support MKRWAN boards
1 parent c2a03b9 commit 776e405

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
- BOARD="arduino:samd:mkrwifi1010"
88
- env:
99
- BOARD="arduino:samd:mkrgsm1400"
10+
- env:
11+
- BOARD="arduino:samd:mkrwan1300"
1012
- env:
1113
- BOARD="esp8266:esp8266:huzzah"
1214
- env:
@@ -82,7 +84,7 @@ install:
8284
- ln -s $PWD $HOME/Arduino/libraries/.
8385
script:
8486
- |
85-
if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ]; then
87+
if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ] || [ "$BOARD" == "arduino:samd:mkrwan1300" ]; then
8688
buildExampleSketch ArduinoIoTCloud_LED_switch;
8789
buildExampleSketch ArduinoIoTCloud_Travis_CI;
8890
buildExampleUtilitySketch Provisioning;

0 commit comments

Comments
 (0)