Explorar el Código

Fix .travis.yml

Kentaro Wada hace 6 años
padre
commit
017b1af25b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -98,7 +98,7 @@ script:
 
 after_script:
   - |
-    if [ $RUN_PYINSTALLER = "true" ]; then
+    if [ "$RUN_PYINSTALLER" = "true" ]; then
       # Cleanup
       pip uninstall -y $PIP_DEPENDENCIES