fixing travis

This commit is contained in:
qPCR4vir 2018-09-09 01:55:21 +02:00
parent ba530b8377
commit 4f11de3d60

View File

@ -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