diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-19 01:34:26 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-19 01:34:26 -0600 |
| commit | de648bbceebb5df446f32748d776d217b32353c5 (patch) | |
| tree | fbd47d125cb3d18e0ba91ec7f4802ed1bb13ecfe | |
| parent | bbaff53f2a85d04ab6408d8f959003520ec6b0b5 (diff) | |
| download | nimterop-install.tar.gz nimterop-install.zip | |
Fix OSX pathinstall
| -rw-r--r-- | .travis.yml | 3 |
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 |
