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

Commit a717e5b

Browse files
committed
update travis
1 parent 9d1899e commit a717e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ before_install:
4646
# https://github.com/arduino/Arduino/issues/8034
4747
# Arduino 1.8.8 has fixed issue 8034.
4848
- 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;
49+
/usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh);
50+
brew install --cask arduino;
5151
fi
5252
- npm install -g node-gyp
5353
- npm install -g vsce

0 commit comments

Comments
 (0)