Skip to content

Commit 7935aeb

Browse files
committed
Fix a minor error in the Travis build script.
1 parent c962004 commit 7935aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cd
2929
mkdir -p local
3030

31-
if [ $TRAVIS_OS_NAME == "osx" ]; then
31+
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
3232
PROTOC_URL=https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip
3333
else
3434
# Install swift

0 commit comments

Comments
 (0)