From 49885eae6e06990d7d0322b733a94f7d71cdeb08 Mon Sep 17 00:00:00 2001 From: YPermitin Date: Wed, 15 Apr 2020 17:41:01 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=20travis=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index e846158..803b27b 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file + - dotnet build + - dotnet test YY.EventLogReaderAssistant.Tests/YY.EventLogReaderAssistant.Tests.csproj \ No newline at end of file