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