Hopefully fix appveyor build issue

Error was:
cd C:\projects\nimbus
The system cannot find the path specified.
Command exited with code 1
This commit is contained in:
coffeepots 2018-04-10 19:01:56 +01:00 committed by GitHub
parent c003c069ca
commit c02510a7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ install:
- koch boot -d:release
- koch nimble
build_script:
- cd C:\projects\nimbus
- cd C:\projects\nimbus-aubsn
- nimble install -y
test_script:
- nimble test