travis: Run tests

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

View file

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