From cb49b5adb85dc9c14ea81ee3aaf0c742cca1327f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 4 Jan 2020 20:41:55 +0200 Subject: [PATCH] cd into the correct directory for cmake_subdir_test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b557c3..48acc3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -293,7 +293,7 @@ matrix: - git clone -b $BOOST_BRANCH https://github.com/boostorg/config.git ../config - git clone -b $BOOST_BRANCH https://github.com/boostorg/core.git ../core script: - - cd libs/bind/test/cmake_subdir_test && mkdir __build__ && cd __build__ + - cd test/cmake_subdir_test && mkdir __build__ && cd __build__ - cmake .. - cmake --build . - cmake --build . --target check