appveyor: no need to load submodules

This commit is contained in:
Dag Heyman 2018-02-22 13:20:03 +01:00
parent 95eddd6153
commit 5eaff2b799
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -22,8 +22,6 @@ init:
- python --version - python --version
install: install:
# Submodules are not cloned by default
- git submodule update --init --recursive
- choco upgrade -y all - choco upgrade -y all
- choco install swig -y --allow-empty-checksums - choco install swig -y --allow-empty-checksums
- choco upgrade swig - choco upgrade swig