Travis fix for cmake.

This commit is contained in:
James Goppert 2015-09-10 02:29:26 -04:00
parent b7699bff5a
commit 3b231ec0a7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ script:
- echo 'Building NuttX Firmware..' && echo -en 'travis_fold:start:script.3\\r'
- make nuttx_px4fmu-v2_simple
- echo 'Running Tests..' && echo -en 'travis_fold:start:script.4\\r'
- cd nuttx_px4fmu-v2_simple && ctest
- cd build_nuttx_px4fmu-v2_simple && ctest
#- make posix -j4
#- ccache -s