diff --git a/circle.yml b/circle.yml index 7723f689..f955c94d 100644 --- a/circle.yml +++ b/circle.yml @@ -4,4 +4,4 @@ machine: test: override: - - make check + - COMPILE='--compile' make check