diff --git a/.travis.yml b/.travis.yml index 15c55336c9..9c6ca236bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ dotnet: 2.0.0 script: - dotnet restore - dotnet build + - cd Ryujinx.Tests && dotnet test