mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Don't build net45, net40 on Linux
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,10 +1,9 @@
|
||||
language: csharp
|
||||
solution: plist-cil.sln
|
||||
mono:
|
||||
- latest
|
||||
- alpha
|
||||
- beta
|
||||
- weekly
|
||||
- 5.0.0
|
||||
- none
|
||||
dotnet: 2.1.200
|
||||
dist: trusty
|
||||
dist: trusty
|
||||
script:
|
||||
- dotnet build -c Release
|
||||
- dotnet test plist-cil.test/plist-cil.test.csproj
|
||||
Reference in New Issue
Block a user