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 01:20:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-04 01:20:35 +0300
commitb74c9234c65d73a955c6230559e72931a4ab46d6 (patch)
tree15c2ddb4dfee2a9890bbefc61966ad9a5e3c4c5f /.travis.yml
parent7097eb9dd2b9fbd52c702e4dd4b19c0f01a0e0dc (diff)
Split stuff which would be shared with directory_handle out of file_handle into a new fs_handle common base class
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 8b3590e1..2e9f54ce 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;
+ ctest -S .ci.cmake -V --timeout 300 -E shared_fs_mutex;
fi
-
if [ "$__" = "Documentation" ]; then