Преглед изворни кода

Travis needs to avoid user input

Luciano Dato пре 7 година
родитељ
комит
2355078551
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
+  - chmod +x install.sh && ./install.sh && yes "y"
   
 # deploy:
 #   provider: releases