From e945a2259ea0f7c2b24de6cced89b6928737682c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 15 Feb 2016 03:07:26 +0100 Subject: [PATCH] Fix travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24c419aa..794e6e21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: # Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy - sudo cp -a /dev/urandom /dev/random script: -- cmake .. +- cmake .. -DBUILD_TESTING=on - make -j$NUMCORES - ./test/cpp-utils/cpp-utils-test - ./run_with_fuse.sh ./test/fspp/fspp-test