Remove travis configuration (#1181)

This commit is contained in:
Thog 2020-05-04 04:12:42 +02:00 committed by Matt Heins
commit de02f85a43

View file

@ -1,9 +0,0 @@
os: osx
language: csharp
solution: Ryujinx.sln
mono: none
dotnet: 3.1.3
script:
- dotnet restore
- dotnet build
- cd Ryujinx.Tests && dotnet test