diff options
| -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 347263a..8632daf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,4 @@ install: script: - nimble install -y - nimble test + - nimble --nimbleDir:`pwd`/test install nimterop -y
\ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 72c2033..5768382 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,5 +83,6 @@ build_script: test_script: - nimble test + - nimble --nimbleDir:test install nimterop -y deploy: off |
