Browse Source

Fix a minor error in the Travis build script.

Daniel Alm 7 years ago
parent
commit
7935aebf14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis-install.sh

+ 1 - 1
.travis-install.sh

@@ -28,7 +28,7 @@
 cd
 cd
 mkdir -p local
 mkdir -p local
 
 
-if [ $TRAVIS_OS_NAME == "osx" ]; then
+if [ "$TRAVIS_OS_NAME" == "osx" ]; then
   PROTOC_URL=https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip
   PROTOC_URL=https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip
 else
 else
   # Install swift
   # Install swift