diff --git a/circle.yml b/circle.yml index c570296..8ce3f95 100644 --- a/circle.yml +++ b/circle.yml @@ -10,5 +10,5 @@ dependencies: test: override: - bash ./ci/config.sh - - cd build && make && make test && make install + - cd build && make && make check && make install - /tmp/encfs/bin/encfsctl --version