File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
env:
34
34
global:
35
35
# 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 "
37
37
before_install:
38
38
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
39
39
install:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ addons:
16
16
- clang-format-5.0
17
17
env :
18
18
global :
19
- # - ARDUINO_IDE_VERSION="1.8.7 "
19
+ # - ARDUINO_IDE_VERSION="1.8.10 "
20
20
- PRETTYNAME="Adafruit FT6206 Arduino Library"
21
21
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
22
22
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ echo "########################################################################";
41
41
42
42
# if .travis.yml does not set version
43
43
if [ -z $ARDUINO_IDE_VERSION ]; then
44
- export ARDUINO_IDE_VERSION=" 1.8.9 "
44
+ export ARDUINO_IDE_VERSION=" 1.8.10 "
45
45
echo " NOTE: YOUR .TRAVIS.YML DOES NOT SPECIFY ARDUINO IDE VERSION, USING $ARDUINO_IDE_VERSION "
46
46
fi
47
47
You can’t perform that action at this time.
0 commit comments