Skip to content

Commit 084b117

Browse files
czgtestsorcerer-com
authored andcommitted
install latest arduino on Mac (microsoft#724)
1 parent 63143f4 commit 084b117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
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)