From be25b35a9ea9374aefea016178a353baeac99478 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 11 Mar 2017 15:17:14 +0000 Subject: [PATCH] just run tests on travis Running tests will cause the tests + its dependencies to be rebuild thus this tests building & testing the core projects --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da8f3809e..507fd4b9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,7 @@ branches: script: - dotnet restore - - dotnet build -c Release ImageSharp.sln - - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj --no-build -c Release -f "netcoreapp1.1" + - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp1.1" env: global: