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.

This commit is contained in:
Sebastian Messmer 2016-02-12 10:44:05 +01:00
parent a26aa95683
commit f5649f9dd2

View File

@ -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