aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d86766..dbec88d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,5 +27,5 @@ install:
- export PATH=$HOME/.nimble/bin:$PATH
script:
- - nimble install
+ - nimble install -y
- nimble test
diff --git a/appveyor.yml b/appveyor.yml
index 59a0b62..b089567 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -78,7 +78,7 @@ for:
- /home/appveyor/binaries
build_script:
- - nimble install
+ - nimble install -y
test_script:
- nimble test