Explorar o código

Fix .travis.yml

Kentaro Wada %!s(int64=6) %!d(string=hai) anos
pai
achega
017b1af25b
Modificáronse 1 ficheiros con 1 adicións e 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