summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-01-13 00:23:16 (GMT)
committerGitHub <noreply@github.com>2018-01-13 00:23:16 (GMT)
commitd6f1fe105b6f472f173ba63c06eb518923186115 (patch)
treef3a8edc927b29a0861f3b31976b89ebf2e8e6ae4 /circle.yml
parent839cf7785832eb827ed77fa2b931b42778f0dcf7 (diff)
parentfb5e98a334d5538f4ffa70f5f51b8286531fe1ae (diff)
downloadlz4-d6f1fe105b6f472f173ba63c06eb518923186115.zip
lz4-d6f1fe105b6f472f173ba63c06eb518923186115.tar.gz
lz4-d6f1fe105b6f472f173ba63c06eb518923186115.tar.bz2
Merge pull request #446 from lz4/dev
LZ4 v1.8.1
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b3faae0..9a0d1ec 100644
--- a/circle.yml
+++ b/circle.yml
@@ -19,7 +19,6 @@ test:
- make cmake && make clean
- make -C tests test-lz4
- make -C tests test-lz4c
- - make -C tests test-fasttest
- make -C tests test-frametest
- make -C tests test-fullbench
- make -C tests test-fuzzer && make clean