Remove travis configuration (#1181)

This commit is contained in:
Thog 2020-05-04 04:12:42 +02:00 committed by GitHub
parent 180ad8605d
commit 2285a1792f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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