aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThog <me@thog.eu>2020-05-04 04:12:42 +0200
committerGitHub <noreply@github.com>2020-05-04 12:12:42 +1000
commit2285a1792f3d7b1679466976675e5cee7921af19 (patch)
tree78fbe8c7ff87b9f7d6af88999ab306ad648412cc
parent180ad8605d09ff0ca754a8e5efcce78844701444 (diff)
Remove travis configuration (#1181)
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d4512e47..00000000
--- a/.travis.yml
+++ /dev/null
@@ -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