Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 6480541

Browse files
committed
update travis
1 parent b2d2c8a commit 6480541

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ env:
66
global:
77
- IDE_VERSION=1.8.10
88
matrix:
9-
# - BOARD="arduino:samd:arduino_zero_edbg"
10-
# - BOARD="arduino:samd:mkr1000"
119
- BOARD="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80"
1210
- BOARD="esp8266:esp8266:thing"
1311
- BOARD="esp32:esp32:huzzah"
@@ -19,13 +17,6 @@ before_install:
1917
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
2018
- mv arduino-$IDE_VERSION $HOME/arduino-ide
2119
- export PATH=$PATH:$HOME/arduino-ide
22-
# - if [[ "$BOARD" =~ "arduino:samd:" ]]; then
23-
# arduino --install-boards arduino:samd;
24-
# arduino --install-library WiFi101;
25-
# arduino --install-library WiFi101;
26-
# arduino --install-library RTCZero;
27-
# arduino --install-library NTPClient;
28-
# fi
2920
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
3021
arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --install-boards esp8266:esp8266;
3122
arduino --pref "boardsmanager.additional.urls=" --save-prefs;
@@ -42,14 +33,6 @@ before_install:
4233
- buildExampleSketch() {
4334
EXAMPLE_SKETCH=$PWD/examples/iothub_ll_telemetry_sample/telemetry_sample.c.ino;
4435

45-
# if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
46-
# findAndReplace WiFi101 ESP8266WiFi $EXAMPLE_SKETCH;
47-
# findAndReplace WiFiSSLClient WiFiClientSecure $EXAMPLE_SKETCH;
48-
# findAndReplace WiFiUdp WiFiUdp $EXAMPLE_SKETCH;
49-
# fi
50-
51-
# cat $EXAMPLE_SKETCH;
52-
5336
arduino --verbose-build --verify --board $BOARD $EXAMPLE_SKETCH;
5437
}
5538
install:

0 commit comments

Comments
 (0)