From a1040d3050ad79874e9862786201cd23028c779a Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 19 Aug 2017 13:04:36 +0100 Subject: [PATCH] load submodules in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4ae163530e..a4f68b1d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ branches: - coverity_scan script: + - git submodule -q update --init - dotnet restore - dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp1.1"