Install nimbus during tests to make sure it compiles
This commit is contained in:
parent
bda219f8fe
commit
0ddab47427
|
@ -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
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ install:
|
|||
- cd ../..
|
||||
|
||||
script:
|
||||
- nimble install -dy && nimble test
|
||||
- nimble install -y && nimble test
|
||||
|
||||
matrix:
|
||||
# allow_failures:
|
||||
|
|
Loading…
Reference in New Issue