Skip to content

Commit cf69420

Browse files
cleveHEXladyada
authored andcommitted
Version bump + note (#31)
* Bump version in install.sh as well * Add a note about IDE version variable
1 parent a2ededd commit cf69420

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ notifications:
4242
on_failure: change
4343
```
4444

45+
**Choosing Arduino IDE version**
46+
47+
You could use any version of IDE by setting `ARDUINO_IDE_VERSION` variable but we recommend keeping this variable unused because script gets updated and you then will not have to modify `.travis.yml` manually.
48+
4549
## Automated Example Verification Bash Functions
4650

4751
`build_platform` will build all `.ino` examples in the repo using the passed platform. The platforms

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "########################################################################";
3737

3838
# if .travis.yml does not set version
3939
if [ -z $ARDUINO_IDE_VERSION ]; then
40-
export ARDUINO_IDE_VERSION="1.8.6"
40+
export ARDUINO_IDE_VERSION="1.8.7"
4141
echo "NOTE: YOUR .TRAVIS.YML DOES NOT SPECIFY ARDUINO IDE VERSION, USING $ARDUINO_IDE_VERSION"
4242
fi
4343

0 commit comments

Comments
 (0)