Travis throwing 127 error code and handshake error with dotnet 6

@joshua-anderson @akoeplinger

I am using dist: bionic and trying to install dotnet 6 on the travis server using the curl command:

before_install:

It had been working fine until last few days I have started seeing 127 error code and the error is : `- curl -sSL https://dot.net/v1/dotnet-install.sh | bash -s – -Version $DOTNET_VERSION -InstallDir $DOTNET_ROOT’. Should I use dist: csharp or go with the linux server: xenial or focal. What is the recommendation?

Hi @sbansal,

Is this still happening?