From e742ccfa752bdc17bc24c8c6ce9dae98a0464b4e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 30 Sep 2018 22:36:42 +0300 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fb4977..2f198ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -236,7 +236,7 @@ matrix: env: CMAKE_SUBDIR_TEST=1 install: true script: - - cd test/cmake_subir_test && mkdir __build__ && cd __build__ + - cd test/cmake_subdir_test && mkdir __build__ && cd __build__ - cmake .. - cmake --build . - cmake --build . --target check