Skip to content

Commit 476992e

Browse files
frazarladyada
authored andcommitted
Bump Arduino IDE version to 1.8.10 (espressif#54)
1 parent cea55de commit 476992e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git:
3333
env:
3434
global:
3535
# You can uncomment this to explicitly choose an (old) version of the Arduino IDE
36-
#- ARDUINO_IDE_VERSION="1.8.7"
36+
#- ARDUINO_IDE_VERSION="1.8.10"
3737
before_install:
3838
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
3939
install:

example_travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
- clang-format-5.0
1717
env:
1818
global:
19-
# - ARDUINO_IDE_VERSION="1.8.7"
19+
# - ARDUINO_IDE_VERSION="1.8.10"
2020
- PRETTYNAME="Adafruit FT6206 Arduino Library"
2121
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
2222
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ echo "########################################################################";
4141

4242
# if .travis.yml does not set version
4343
if [ -z $ARDUINO_IDE_VERSION ]; then
44-
export ARDUINO_IDE_VERSION="1.8.9"
44+
export ARDUINO_IDE_VERSION="1.8.10"
4545
echo "NOTE: YOUR .TRAVIS.YML DOES NOT SPECIFY ARDUINO IDE VERSION, USING $ARDUINO_IDE_VERSION"
4646
fi
4747

0 commit comments

Comments
 (0)