3shape / docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.
Apache License 2.0
5 stars 3 forks source link

bump travis's dotnet version to 3.1 #101

Closed jetersen closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #101 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   99.32%   99.32%           
=======================================
  Files          25       25           
  Lines         297      297           
=======================================
  Hits          295      295           
  Misses          2        2
Impacted Files Coverage Δ
Source/Public/Invoke-DockerTests.ps1 100% <0%> (ø) :arrow_up:
jetersen commented 4 years ago

Time to switch to azure pipelines for Linux...

We use dist: bionic yet Travis hands us xenial 😱 😭

Which does not have dotnet-sdk in the package repos

Build system information
Build language: csharp
Build group: stable
Build dist: bionic
Build id: 140949911
Job id: 266899810
Runtime kernel version: 4.15.0-1028-gcp
travis-build version: 9be342880
Build image provisioning date and time
Mon Mar 25 16:52:50 UTC 2019
Operating System Details
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:    16.04
Codename:   xenial
jetersen commented 4 years ago

Seems like Travis is still insisting on providing xenial machine even though we request bionic, so started #102 instead.