Hello,
As README says:
As Travis is moving towards a container-based infrastructure, hence sudo is not possible, EVM added support for Travis specific binaries (ends with -travis), which will be installed in /tmp.
Travis is deprecating the sudo: keyword and moves everything to the same infrastructure (sudo really selects between two infrastructures).
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
So now, you can safely use sudo anywhere. Thus, I'm not sure why do we need Travis specific binaries (ends with -travis). I propose dot the i's and cross the t's and deal with the current status of binaries naming/distribution
/cc @sambrightman
Hello,
As README says:
Travis is deprecating the
sudo:keyword and moves everything to the same infrastructure (sudo really selects between two infrastructures).See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
So now, you can safely use sudo anywhere.
Thus, I'm not sure why do we need Travis specific binaries (ends with -travis).I propose dot the i's and cross the t's and deal with the current status of binaries naming/distribution/cc @sambrightman