diff --git a/.travis.yml b/.travis.yml index 23f53e3..ca74e61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -365,7 +365,7 @@ matrix: compiler: g++ env: CMAKE_SUBDIR_TEST=1 script: - - cd test/cmake_subdir_test && mkdir __build__ && cd __build__ + - cd libs/system/test/cmake_subdir_test && mkdir __build__ && cd __build__ - cmake .. - cmake --build . - cmake --build . --target check