From daa2e0452d9137376e40f9b823fd35d386ee745e Mon Sep 17 00:00:00 2001 From: Kirk Shoop Date: Mon, 6 Oct 2014 08:42:15 -0700 Subject: ctest is broken on linux --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9fda0a0..bc9a026 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ compiler: env: - BUILD_TYPE=Release - + matrix: exclude: - compiler: gcc @@ -29,7 +29,7 @@ install: script: - cd projects/build - - ctest -V + - ./rxcppv2_test - cd ../.. branches: -- cgit v1.2.3