From 2e121aa4cc65be0b02a1aab31778d61a264f3fa6 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 4ae163530..a4f68b1d1 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"