Skip to content

Commit d3e747c

Browse files
committedSep 25, 2019
chore: Test commit
1 parent 85ef84a commit d3e747c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task:
5555
task:
5656
name: Linux .Net
5757
container:
58-
image: microsoft/dotnet/core/sdk
58+
image: dotnet/core/sdk
5959
git_submodule_update_init_script: git submodule update --init --recursive
6060
check_version_script: dotnet --version
6161
apt_update_script: apt update

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matrix:
44
os: linux
55
language: csharp
66
mono: none
7-
dotnet: 2.2
7+
dotnet: 3.0
88
dist: xenial
99
after_success:
1010
- bash <(curl -s https://codecov.io/bash) -F Linux

0 commit comments

Comments
 (0)
Please sign in to comment.