Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baltermia authored Jun 23, 2022
1 parent 90e4ee3 commit 87bb8aa
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
language: csharp
os: windows
solution: BarcodeReader.ImageSharp.sln
dotnet: 6.0

before-install:

install:
- dotnet build BarcodeReader.ImageSharp.sln
mono:
- 4.8
- 4.7.2

script:
- dotnet test BarcodeReader.ImageSharp.UnitTests/BarcodeReader.ImageSharp.UnitTests.csproj -f net6.0
- dotnet test BarcodeReader.ImageSharp.UnitTests/BarcodeReader.ImageSharp.UnitTests.csproj -f net5.0
- dotnet test BarcodeReader.ImageSharp.UnitTests/BarcodeReader.ImageSharp.UnitTests.csproj -f net48
- dotnet test BarcodeReader.ImageSharp.UnitTests/BarcodeReader.ImageSharp.UnitTests.csproj -f net472
- dotnet test BarcodeReader.ImageSharp.UnitTests/BarcodeReader.ImageSharp.UnitTests.csproj -f netcoreapp3.1
- dotnet restore
- msbuild
- dotnet test

0 comments on commit 87bb8aa

Please sign in to comment.