Skip to content

Commit 074c4af

Browse files
committed
asdasd
1 parent 2afea1f commit 074c4af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ before_install:
1818
- arduino --install-library ArduinoECCX08
1919
- arduino --install-library ArduinoIoTCloudBearSSL
2020
- arduino --install-library ArduinoMqttClient
21-
# - arduino --install-library MKRGSM
21+
- arduino --install-library MKRGSM
2222
- arduino --install-library RTCZero
23-
# - arduino --install-library WiFi101
24-
# - arduino --install-library WiFiNINA
23+
- arduino --install-library WiFi101
24+
- arduino --install-library WiFiNINA
2525
- buildExampleSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/$1/$1.ino; }
2626
- buildExampleUtilitySketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/utility/$1/$1.ino; }
2727
install:

0 commit comments

Comments
 (0)