diff --git a/.travis.yml b/.travis.yml index ea6f6ee9..b1d0a290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,8 @@ matrix: - llvm-toolchain-precise before_install: - - git clone --depth=1 --branch=cmake-dev https://github.com/qPCR4vir/nana-demo.git ../nana-demo + - cd .. + - git clone --depth=1 --branch=cmake-dev https://github.com/qPCR4vir/nana-demo.git nana-demo - export PATH="$HOME/bin:$PATH" - wget --no-check-certificate --no-clobber -O /tmp/tools/cmake https://cmake.org/files/v3.12/cmake-3.12.0-rc3-Linux-x86_64.sh || true - chmod -R +x /tmp/tools