From e4b12332629cae692d36067a8f776131c97b7715 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Fri, 13 Oct 2017 12:46:54 +0900 Subject: [PATCH] Fixed directory hijacking error. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e90caa3f..c071c588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -542,6 +542,8 @@ install: - git submodule init tools/build - git submodule update --depth 1 + + - rm -rf libs/fusion - ln -sfT $TRAVIS_BUILD_DIR libs/fusion - ./bootstrap.sh