diff --git a/.travis.yml b/.travis.yml index 3db25a91f1..e0f2a6cd43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,22 @@ language: csharp -sudo: required -dist: trusty -dotnet: 1.0.0-preview2-003121 -mono: none solution: ImageSharp.sln -branches: +matrix: + include: + - os: linux # Ubuntu 14.04 + dist: trusty + sudo: required + dotnet: 1.0.0-preview2-003121 + mono: latest + - os: osx # OSX 10.11 + osx_image: xcode7.2 + dotnet: 1.0.0-preview2-003121 + mono: latest + +branches: only: - master - + script: - cd src/ImageSharp/ - dotnet restore diff --git a/NuGet.config b/NuGet.config index 05430a8ee7..b2c967cc97 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,8 @@  + - + \ No newline at end of file diff --git a/src/ImageSharp/project.json b/src/ImageSharp/project.json index 5d6d1ca946..33272594de 100644 --- a/src/ImageSharp/project.json +++ b/src/ImageSharp/project.json @@ -64,6 +64,9 @@ } }, "net45": { + "dependencies": { + "System.Runtime": "4.0.0" + } } } } \ No newline at end of file