From b8f3bbc75c8f3bc03632300369dd41bf2418da2c Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Fri, 11 Oct 2019 12:16:23 +0200 Subject: [PATCH] chore: add runing tests on travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a974c57f..857a4aaaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ services: - docker script: - - git clone -b wip/1457-upgrade-sipi --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git kmora-api + - git clone -b wip/1457-upgrade-sipi --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git + - ls - cd knora-api && make stack-up && make init-knora-test-minimal - pyenv shell 3.7.1 - pip3 install -r requirements.txt