Browse Source

load submodules in travis

pull/299/head
Scott Williams 9 years ago
parent
commit
2e121aa4cc
  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