Install nimbus during tests to make sure it compiles

This commit is contained in:
Yuriy Glukhov 2018-09-03 15:00:10 +03:00
parent bda219f8fe
commit 0ddab47427
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ install:
- koch nimble
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -dy
- nimble install -y
test_script:
- nimble test

View File

@ -22,7 +22,7 @@ install:
- cd ../..
script:
- nimble install -dy && nimble test
- nimble install -y && nimble test
matrix:
# allow_failures: