aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:13:51 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:13:51 -0600
commitcf3e82df0c0ff8f233adba29820de8b6c112742a (patch)
treec3c1d6007e5b01837352bc1d63fa26f86043020b
parent1aadf17974eb022d9df39ee3cf78f10354d815dd (diff)
downloadnimterop-cf3e82df0c0ff8f233adba29820de8b6c112742a.tar.gz
nimterop-cf3e82df0c0ff8f233adba29820de8b6c112742a.zip
Chdir
-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 a83596d..c8a1a10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,4 +24,5 @@ install:
script:
- nimble install -y
- nimble test
+ - cd ..
- nimble --nimbleDir:test install nimterop -y \ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 5768382..3de755a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -83,6 +83,7 @@ build_script:
test_script:
- nimble test
+ - cd ..
- nimble --nimbleDir:test install nimterop -y
deploy: off