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

Commit ffa1d05

Browse files
committed
Bumped SDK version used in 'AppVeyor' and 'Travis' to 1.8.7.
1 parent d99c95b commit ffa1d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- osx
55
env:
66
- ARDUINO_SDK_VERSION=1.6.13
7-
- ARDUINO_SDK_VERSION=1.8.6
7+
- ARDUINO_SDK_VERSION=1.8.7
88
addons:
99
apt:
1010
packages:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
MINGW_PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
55
matrix:
66
# - ARDUINO_SDK_VERSION: 1.6.13
7-
- ARDUINO_SDK_VERSION: 1.8.6
7+
- ARDUINO_SDK_VERSION: 1.8.7
88
install:
99
- ps: cinst unzip
1010
- ps: $env:ARDUINO_SDK_FILE = "arduino-$env:ARDUINO_SDK_VERSION-windows.zip"

0 commit comments

Comments
 (0)