aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:24:02 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:24:02 -0600
commitbbaff53f2a85d04ab6408d8f959003520ec6b0b5 (patch)
tree67790462551fbb057026e3336a445ea34b0e17e2
parentcf3e82df0c0ff8f233adba29820de8b6c112742a (diff)
downloadnimterop-bbaff53f2a85d04ab6408d8f959003520ec6b0b5.tar.gz
nimterop-bbaff53f2a85d04ab6408d8f959003520ec6b0b5.zip
Mkdir
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml1
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c8a1a10..f0026ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,5 @@ install:
script:
- nimble install -y
- nimble test
- - cd ..
+ - mkdir test
- nimble --nimbleDir:test install nimterop -y \ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 3de755a..5768382 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -83,7 +83,6 @@ build_script:
test_script:
- nimble test
- - cd ..
- nimble --nimbleDir:test install nimterop -y
deploy: off