You've already forked YY.EventLogReaderAssistant
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:
26
.travis.yml
26
.travis.yml
@ -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
|
|
Reference in New Issue
Block a user