From dcae033984191d1617c20856195503ddf280e691 Mon Sep 17 00:00:00 2001 From: Andrew Wilkinson Date: Sun, 8 Jan 2017 17:34:57 +0000 Subject: [PATCH] Enable running tests for Travis CI builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a6f2e166..172079df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ branches: script: - dotnet restore - dotnet build -c Release src/*/project.json + - dotnet test tests/ImageSharp.Tests/project.json -c Release -f "netcoreapp1.1" env: global: