We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1899e commit a717e5bCopy full SHA for a717e5b
.travis.yml
@@ -46,8 +46,8 @@ before_install:
46
# https://github.com/arduino/Arduino/issues/8034
47
# Arduino 1.8.8 has fixed issue 8034.
48
- if [ $TRAVIS_OS_NAME == "osx" ]; then
49
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
50
- brew cask install arduino;
+ /usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh);
+ brew install --cask arduino;
51
fi
52
- npm install -g node-gyp
53
- npm install -g vsce
0 commit comments