We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63143f4 commit 084b117Copy full SHA for 084b117
.travis.yml
@@ -38,9 +38,10 @@ before_install:
38
fi
39
# Arduino 1.8.7 has breaking change, Install board package and library will fail
40
# https://github.com/arduino/Arduino/issues/8034
41
+# Arduino 1.8.8 has fixed issue 8034.
42
- if [ $TRAVIS_OS_NAME == "osx" ]; then
43
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
- brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/f908f03d37c981de93af8447b32641551d8bf74e/Casks/arduino.rb;
44
+ brew cask install arduino;
45
46
47
install:
0 commit comments