1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2025-07-16 22:24:15 +02:00

Обновил файл travis ci

This commit is contained in:
YPermitin
2020-04-15 17:41:01 +05:00
parent 231ca12240
commit 49885eae6e

View File

@ -1,21 +1,9 @@
language: csharp language: csharp
sudo: required mono: none
solution: YY.EventLogReaderAssistant.sln dist: xenial
dotnet: 3.1
matrix: install:
include: - dotnet restore
- dist: trusty
mono: none
dotnet: 3.1
before_script:
- chmod -R a+x ./scripts
script: script:
- ./scripts/build.sh - dotnet build
- ./scripts/runTests.sh - dotnet test YY.EventLogReaderAssistant.Tests/YY.EventLogReaderAssistant.Tests.csproj
notifications:
email:
on_success: change
on_failure: change