瀏覽代碼

Yes command was wrongly used

Luciano Dato 7 年之前
父節點
當前提交
03b06ad8b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ before_install:
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo pip3 install meson; fi
 
 script:
-  - chmod +x install.sh && ./install.sh && yes "y"
+  - chmod +x install.sh && yes | ./install.sh
   
 # deploy:
 #   provider: releases