From 1d6271aba43b3c6702ed84de80201d52a1e2a57d Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 4 Aug 2017 02:58:02 +0100 Subject: Change ci test filtering --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2e9f54ce..8b3590e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ script: if [ "$__" = "cmake tests" ]; then if [ "$CXX" = "g++" ]; then export CXX=g++-7; export NAME=TravisLinuxWorkerGCC; fi; if [ "$CXX" = "clang++" ]; then export CXX=clang++-4.0; export NAME=TravisLinuxWorkerClang; fi; - ctest -S .ci.cmake -V --timeout 300 -E shared_fs_mutex; + ctest -S .ci.cmake -V --timeout 300; fi - if [ "$__" = "Documentation" ]; then -- cgit v1.2.3