Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 607fad7

Browse files
authored
install latest arduino on Mac (#724)
1 parent 6c31579 commit 607fad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ before_install:
3838
fi
3939
# Arduino 1.8.7 has breaking change, Install board package and library will fail
4040
# https://github.com/arduino/Arduino/issues/8034
41+
# Arduino 1.8.8 has fixed issue 8034.
4142
- if [ $TRAVIS_OS_NAME == "osx" ]; then
4243
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
43-
brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/f908f03d37c981de93af8447b32641551d8bf74e/Casks/arduino.rb;
44+
brew cask install arduino;
4445
fi
4546

4647
install:

0 commit comments

Comments
 (0)