Explorar o código

Yes command was wrongly used

Luciano Dato %!s(int64=7) %!d(string=hai) anos
pai
achega
03b06ad8b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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