From 22417f35fdc10142a1bb18e6ecbc5e3ae1df021b Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 4 Sep 2017 02:33:15 +0100 Subject: Append-only mode didn't actually work on POSIX, fixed :) Toy key-value store now working on Linux. Was quite surprised at the causes of failure, all platform-specific quirks. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d66002a3..86ad733c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,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 600; fi - if [ "$__" = "Documentation" ]; then -- cgit v1.2.3