We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a717e5b commit 8bb1130Copy full SHA for 8bb1130
.travis.yml
@@ -46,7 +46,7 @@ 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/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh);
+ /usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)";
50
brew install --cask arduino;
51
fi
52
- npm install -g node-gyp
0 commit comments