Skip to content

Commit

Permalink
Travis updated to newer build platform with dotnet 2.1 and mono 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Apr 20, 2019
1 parent 99e5e1c commit 4994f2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: csharp

mono: 5.2.0
dotnet: 2.0.0
mono: 5.8.0
dotnet: 2.1.0
dist: trusty


install:
- nuget install xunit.runner.console -version 2.2.0
- nuget install xunit.runner.console -version 2.4.1
# workaround for missing .net 4.5 targing pack
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
# Display dotnet version info
Expand Down Expand Up @@ -34,4 +34,4 @@ script:
- dotnet msbuild /t:Restore /p:targetframework=net452 /p:monobuild=1 src/NLog
- dotnet msbuild /t:Restore /p:targetframework=net452 /p:monobuild=1 tests/NLog.UnitTests
- dotnet msbuild /t:Rebuild /p:targetframework=net452 /p:configuration=Release /p:monobuild=1 tests/NLog.UnitTests
- mono ./xunit.runner.console.2.2.0/tools/xunit.console.exe "./tests/NLog.UnitTests/bin/Release/net452/NLog.UnitTests.dll"
- mono ./xunit.runner.console.2.4.1/tools/xunit.console.exe "./tests/NLog.UnitTests/bin/Release/net452/NLog.UnitTests.dll"

0 comments on commit 4994f2d

Please sign in to comment.