Skip to content

Commit 99e6eb9

Browse files
author
Filipe GOMES PEIXOTO
committed
Remove tests on .NET Core 2.X
1 parent 7a36183 commit 99e6eb9

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.travis.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,13 @@ jobs:
1313
- os: linux
1414
dist: xenial
1515
sudo: required
16-
env:
17-
- FRAMEWORK="netstandard2.0"
18-
- FRAMEWORK_TEST="netcoreapp2.2"
19-
name: ".NET Core 2 (Linux: Ubuntu Xenial)"
20-
- os: linux
21-
dist: xenial
22-
sudo: required
23-
env:
24-
- FRAMEWORK="netstandard2.1"
25-
- FRAMEWORK_TEST="netcoreapp3.0"
2616
name: ".NET Core 3 (Linux: Ubuntu Xenial)"
17+
- os: osx
18+
name: ".NET Core 3 (Mac: OS X)"
2719

28-
2920
script:
30-
- dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f $FRAMEWORK
31-
- dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f $FRAMEWORK_TEST /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
21+
- dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f netstandard2.1
22+
- dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f netcoreapp3.0 /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
3223

3324
after_script:
3425
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)