diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-19 01:13:51 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-19 01:13:51 -0600 |
| commit | cf3e82df0c0ff8f233adba29820de8b6c112742a (patch) | |
| tree | c3c1d6007e5b01837352bc1d63fa26f86043020b | |
| parent | 1aadf17974eb022d9df39ee3cf78f10354d815dd (diff) | |
| download | nimterop-cf3e82df0c0ff8f233adba29820de8b6c112742a.tar.gz nimterop-cf3e82df0c0ff8f233adba29820de8b6c112742a.zip | |
Chdir
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | appveyor.yml | 1 |
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 |
