Skip to content

Commit

Permalink
Only install dependencies in Appveyor followup #110, fix #109
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Aug 21, 2018
1 parent 5ac1949 commit 986cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install:
- koch nimble
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y
- nimble install -dy
test_script:
- nimble test

Expand Down

0 comments on commit 986cba5

Please sign in to comment.