Do not run ctest in Travis.

The workers apparently do not present themselves as
a full linux system.
This commit is contained in:
Matt McCormick 2013-06-14 01:56:46 +00:00
parent 6f00fc1daa
commit c07c80b662

@ -7,4 +7,3 @@ script:
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
- cmake --build . --target install
- ctest -V