From f5649f9dd2a1dd3563f2a333172ee7d1fcd1ce61 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 12 Feb 2016 10:44:05 +0100 Subject: [PATCH] Remove "make package" from travis. That would need a newer cmake version, but it is more important to test that cryfs compiles with the old cmake. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4049455b..6d302377 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ install: script: - cmake .. - make -j2 -- make package -j2 - ./test/cpp-utils/cpp-utils-test - ./run_with_fuse.sh ./test/fspp/fspp-test - ./test/parallelaccessstore/parallelaccessstore-test