Fix .travis.yml

This commit is contained in:
Peter Dimov
2019-01-06 04:37:59 +02:00
parent 599d0bbba9
commit 5f95fe9848

View File

@ -283,7 +283,7 @@ matrix:
compiler: g++
env: CMAKE_SUBDIR_TEST=1
script:
- cd test/cmake_subdir_test && mkdir __build__ && cd __build__
- cd libs/smart_ptr/test/cmake_subdir_test && mkdir __build__ && cd __build__
- cmake ..
- cmake --build .
- cmake --build . --target check