Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 04:58:02 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 04:58:02 +0300
commit1d6271aba43b3c6702ed84de80201d52a1e2a57d (patch)
treeef2e9b9cea2997f6dfdece26367a27371502e511 /.travis.yml
parentf4bf8822e5c611241d07a968f5eb9e49b3f6ffa0 (diff)
Change ci test filtering
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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