Skip to content

Commit c826c79

Browse files
fgreinachertathamoddie
authored andcommitted
Add .travis.yml
1 parent 4a1d5a3 commit c826c79

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: csharp
2+
solution: System.IO.Abstractions.sln
3+
install:
4+
- dotnet restore
5+
script:
6+
- dotnet build
7+
- dotnet test

0 commit comments

Comments
 (0)