Explorar el Código

Travis needs to avoid user input

Luciano Dato hace 7 años
padre
commit
2355078551
Se han modificado 1 ficheros con 1 adiciones y 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
+  - chmod +x install.sh && ./install.sh && yes "y"
   
 # deploy:
 #   provider: releases