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

Commit

Permalink
Added Mono back on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Jun 1, 2017
1 parent 99d329d commit 08e7cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: csharp
mono: none
mono: alpha
sudo: required
dist: trusty
addons:
Expand All @@ -10,6 +10,8 @@ addons:
- libicu-dev
- libssl-dev
- libunwind8
env:
- MONO_TLS_PROVIDER=legacy
script: ./build.sh --verbosity=diagnostic
notifications:
email:
Expand Down
3 changes: 3 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ Task("Test")
settings.Arguments.Append(string.Concat("-framework ", netCoreTarget));
}
Information("#!#!# Invoking dotnet xunit with the following arguments: " + settings.Arguments.Dump());
Information("#!#!# IsRunningOnUnix(): " + IsRunningOnUnix());
StartProcess("dotnet", settings);
}
});
Expand Down

0 comments on commit 08e7cf2

Please sign in to comment.