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

Commit d0b713b

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

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.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:

test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</None>
1010
</ItemGroup>
1111

12-
<ItemGroup>
13-
<ProjectReference Include="../../src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj" />
14-
</ItemGroup>
15-
1612
<ItemGroup>
1713
<PackageReference Include="DotLiquid" Version="2.0.64" />
1814
</ItemGroup>

0 commit comments

Comments
 (0)