This commit is contained in:
mratsim 2018-09-10 18:22:38 +02:00
parent 09c67ca580
commit 1b65bb7607
1 changed files with 2 additions and 1 deletions

View File

@ -79,8 +79,9 @@ install:
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y
- nimble install -dy
test_script:
- git submodule update --init --recursive # On Linux nimble install does submodules though.
- nimble test
deploy: off