Hello, I would expect the travis build job to fail when it is provisioning a linux vm with a script which has commands that are not unattended (dont have the ‘-y’ flag or similar).
For example the following is passing the build:
apt-get install python3-pip
Isn’t that suppose to eventually fail the build because the command suggests it should wait for an input from user (by typing ‘yes’ when asked to install).
Here is the build url in which you can also find the reference for a commit with very basic provisioning script:
https://travis-ci.org/IlanZuckerman/baboon/builds/651959361
.travis file content:
dist: bionic
script:
- sudo ./bootstrap.sh