From 2929d2dea25f1a7284d64523491aa33c06d82176 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 6 Jan 2019 04:38:22 +0200 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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