aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-16 17:30:17 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-16 17:30:17 -0600
commitd2bd1f7dad18524d74429566bbe73e3d3adeb232 (patch)
tree38787411e1a5871ae886388ea3cc96958ee72880
parent114d502f13b721b55ff297074121d2f4cfeb014e (diff)
downloadnimterop-d2bd1f7dad18524d74429566bbe73e3d3adeb232.tar.gz
nimterop-d2bd1f7dad18524d74429566bbe73e3d3adeb232.zip
Yes to nimble
-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