aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9c6ca236bfd9aa4ec5c231c54ffc4ee12097fb84 (plain) (blame)
1
2
3
4
5
6
7
8
9
os: osx
language: csharp
solution: Ryujinx.sln
mono: none
dotnet: 2.0.0
script:
 - dotnet restore
 - dotnet build
 - cd Ryujinx.Tests && dotnet test