Skip to content

Commit 648e89e

Browse files
committed
Use IDE 1.6.9 for Travis CI builds
1 parent 504b95d commit 648e89e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22
env:
33
global:
4-
- IDE_VERSION=1.6.8
4+
- IDE_VERSION=1.6.9
55
matrix:
66
- BOARD="arduino:samd:arduino_zero_edbg"
77
- BOARD="arduino:samd:mkr1000"
@@ -23,7 +23,6 @@ before_install:
2323
fi
2424
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
2525
arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --install-boards esp8266:esp8266;
26-
arduino --pref "boardsmanager.additional.urls=" --save-prefs;
2726
arduino --install-library NTPClient;
2827
arduino --install-library NTPClient;
2928
fi

0 commit comments

Comments
 (0)