Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit 75259ad

Browse files
committed
Added Mono back on Travis
1 parent 99d329d commit 75259ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: csharp
2-
mono: none
2+
mono: alpha
33
sudo: required
44
dist: trusty
55
addons:
@@ -10,6 +10,8 @@ addons:
1010
- libicu-dev
1111
- libssl-dev
1212
- libunwind8
13+
env:
14+
- MONO_TLS_PROVIDER=legacy
1315
script: ./build.sh --verbosity=diagnostic
1416
notifications:
1517
email:

build.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ Task("Test")
261261
settings.Arguments.Append(string.Concat("-framework ", netCoreTarget));
262262
}
263263

264+
Information("#!#!# Invoking dotnet xunit with the following arguments: " + settings.Arguments.Render());
265+
Information("#!#!# IsRunningOnUnix(): " + IsRunningOnUnix());
266+
264267
StartProcess("dotnet", settings);
265268
}
266269
});

0 commit comments

Comments
 (0)