We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504b95d commit 648e89eCopy full SHA for 648e89e
.travis.yml
@@ -1,7 +1,7 @@
1
language: generic
2
env:
3
global:
4
- - IDE_VERSION=1.6.8
+ - IDE_VERSION=1.6.9
5
matrix:
6
- BOARD="arduino:samd:arduino_zero_edbg"
7
- BOARD="arduino:samd:mkr1000"
@@ -23,7 +23,6 @@ before_install:
23
fi
24
- if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
25
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;
27
arduino --install-library NTPClient;
28
29
0 commit comments