travis: Run tests

This commit is contained in:
MerryMage 2018-02-15 20:24:57 +00:00
commit 45153e1450

View file

@ -6,3 +6,4 @@ dotnet: 2.0.0
script: script:
- dotnet restore - dotnet restore
- dotnet build - dotnet build
- cd Ryujinx.Tests && dotnet test