aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:34:26 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-19 01:34:26 -0600
commitde648bbceebb5df446f32748d776d217b32353c5 (patch)
treefbd47d125cb3d18e0ba91ec7f4802ed1bb13ecfe
parentbbaff53f2a85d04ab6408d8f959003520ec6b0b5 (diff)
downloadnimterop-install.tar.gz
nimterop-install.zip
Fix OSX pathinstall
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f0026ad..8632daf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,4 @@ install:
script:
- nimble install -y
- nimble test
- - mkdir test
- - nimble --nimbleDir:test install nimterop -y \ No newline at end of file
+ - nimble --nimbleDir:`pwd`/test install nimterop -y \ No newline at end of file