From d36a7e684adcfc9f859548527f078a259e6a4fe1 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sat, 2 Sep 2017 21:25:30 +0800 Subject: [PATCH] fix travis for new update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 170ef287..4543e6b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ matrix: before_install: - git clone --depth=1 --branch=develop https://github.com/qPCR4vir/nana-demo.git ../nana-demo - export PATH="$HOME/bin:$PATH" - - mkdir ~/bin + #- mkdir ~/bin #it seemd that a bin already exists from 20170901 - wget --no-check-certificate --no-clobber -O /tmp/tools/cmake https://cmake.org/files/v3.4/cmake-3.4.0-rc3-Linux-x86_64.sh || true - chmod -R +x /tmp/tools