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

Commit 2f93edd

Browse files
committed
Updated CI platforms' minimum SDK version to test.
1 parent 742836b commit 2f93edd

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
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
env:
6-
- ARDUINO_SDK_VERSION=1.6.13
6+
- ARDUINO_SDK_VERSION=1.6.10
77
- ARDUINO_SDK_VERSION=1.8.6
88
addons:
99
apt:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image: Visual Studio 2017
33
environment:
44
MINGW_PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
55
matrix:
6-
# - ARDUINO_SDK_VERSION: 1.6.13
6+
- ARDUINO_SDK_VERSION: 1.8.2
77
- ARDUINO_SDK_VERSION: 1.8.6
88
install:
99
- ps: cinst unzip

0 commit comments

Comments
 (0)