1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2025-07-11 14:20:12 +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
sudo: required
solution: YY.EventLogReaderAssistant.sln
matrix:
include:
- dist: trusty
mono: none
dotnet: 3.1
before_script:
- chmod -R a+x ./scripts
mono: none
dist: xenial
dotnet: 3.1
install:
- dotnet restore
script:
- ./scripts/build.sh
- ./scripts/runTests.sh
notifications:
email:
on_success: change
on_failure: change
- dotnet build
- dotnet test YY.EventLogReaderAssistant.Tests/YY.EventLogReaderAssistant.Tests.csproj