소스 검색

Fix .travis.yml

Kentaro Wada 6 년 전
부모
커밋
017b1af25b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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