From 82d6687aeea8d03df0cc33de42e7b63e175061cd Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 14 Jun 2013 01:56:46 +0000 Subject: [PATCH] Do not run ctest in Travis. The workers apparently do not present themselves as a full linux system. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 862f2ec..8449770 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,3 @@ script: - cd build - cmake -DCMAKE_INSTALL_PREFIX:PATH=../install .. - cmake --build . --target install - - ctest -V