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