Skip to content

Commit 8bb1130

Browse files
committed
fix missing "
1 parent a717e5b commit 8bb1130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh);
49+
/usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)";
5050
brew install --cask arduino;
5151
fi
5252
- npm install -g node-gyp

0 commit comments

Comments
 (0)