Skip to content

Commit 829b261

Browse files
fgreinachertathamoddie
authored andcommitted
Build & test only linux-compatible frameworks
1 parent 44df782 commit 829b261

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: csharp
22
mono: none
33
dotnet: 2.1.4
4-
install:
5-
- dotnet restore
64
script:
7-
- dotnet build
8-
- dotnet test
5+
- dotnet build System.IO.Abstractions --framework netstandard1.4
6+
- dotnet build TestingHelpers --framework netstandard1.4
7+
- dotnet test TestHelpers.Tests --framework netcoreapp2.0

0 commit comments

Comments
 (0)