Browse Source

load submodules in travis

af/merge-core
Scott Williams 9 years ago
parent
commit
a1040d3050
  1. 1
      .travis.yml

1
.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"

Loading…
Cancel
Save