@@ -15,7 +15,7 @@ mono:
 solution: Solutions/IronPython.sln
 
 install:
-  - if [[ "$TRAVIS_OS_NAME" != "osx"]]; then sudo apt-get install -y binfmt-support libmono-system-windows-forms4.0-cil ; fi
+  - if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then sudo apt-get install -y binfmt-support libmono-system-windows-forms4.0-cil ; fi
   - nuget restore Solutions/IronPython.sln
 
 script: