diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..15c55336c9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+os: osx
+language: csharp
+solution: Ryujinx.sln
+mono: none
+dotnet: 2.0.0
+script:
+ - dotnet restore
+ - dotnet build
diff --git a/Ryujinx.csproj b/Ryujinx.csproj
index 9ad696d89f..9b0e7396a5 100644
--- a/Ryujinx.csproj
+++ b/Ryujinx.csproj
@@ -2,8 +2,8 @@
Exe
netcoreapp2.0
- win10-x64
true
+ win10-x64;osx-x64