File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
- BOARD="arduino:samd:mkrwifi1010"
8
8
- env :
9
9
- BOARD="arduino:samd:mkrgsm1400"
10
+ - env :
11
+ - BOARD="arduino:samd:mkrwan1300"
10
12
- env :
11
13
- BOARD="esp8266:esp8266:huzzah"
12
14
- env :
@@ -82,7 +84,7 @@ install:
82
84
- ln -s $PWD $HOME/Arduino/libraries/.
83
85
script :
84
86
- |
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
86
88
buildExampleSketch ArduinoIoTCloud_LED_switch;
87
89
buildExampleSketch ArduinoIoTCloud_Travis_CI;
88
90
buildExampleUtilitySketch Provisioning;
You can’t perform that action at this time.
0 commit comments