aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2019-01-19 01:50:55 -0600
committerGitHub <noreply@github.com>2019-01-19 01:50:55 -0600
commitabbd08d6de602d0d66457509a1c1714e5a529dd2 (patch)
treefbd47d125cb3d18e0ba91ec7f4802ed1bb13ecfe
parent47bc610c9ac321c69b4919b9c339e9e390a806a7 (diff)
downloadnimterop-abbd08d6de602d0d66457509a1c1714e5a529dd2.tar.gz
nimterop-abbd08d6de602d0d66457509a1c1714e5a529dd2.zip
Nimble install test (#46)
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 347263a..8632daf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,4 @@ install:
script:
- nimble install -y
- nimble test
+ - nimble --nimbleDir:`pwd`/test install nimterop -y \ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 72c2033..5768382 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -83,5 +83,6 @@ build_script:
test_script:
- nimble test
+ - nimble --nimbleDir:test install nimterop -y
deploy: off