language: csharp sudo: false # use the new container-based Travis infrastructure dotnet: 2.1.402 before_install: - chmod +x build.sh script: - ./build.sh All