Merge branch 'next' of github.com:cryfs/cryfs into next

This commit is contained in:
Sebastian Messmer 2018-05-28 14:54:36 -07:00
commit 04044cea1a
1 changed files with 1 additions and 1 deletions

View File

@ -24,10 +24,10 @@ make -j$NUMCORES
./test/parallelaccessstore/parallelaccessstore-test
./test/blockstore/blockstore-test
./test/blobstore/blobstore-test
./test/cryfs/cryfs-test
# TODO Also run on osx once fixed
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
./test/fspp/fspp-test
./test/cryfs/cryfs-test
./test/cryfs-cli/cryfs-cli-test
fi