summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-25 16:50:56 (GMT)
committerYann Collet <cyan@fb.com>2017-08-25 16:50:56 (GMT)
commita261f51ee31bbbb18d0df9401a7f93bafd49b14c (patch)
treeaffac5df47618c504c707449fdfe45d1e4c7551e /circle.yml
parent2ed36124778adfc5abd43e875c45fc310a52ee5d (diff)
downloadlz4-a261f51ee31bbbb18d0df9401a7f93bafd49b14c.zip
lz4-a261f51ee31bbbb18d0df9401a7f93bafd49b14c.tar.gz
lz4-a261f51ee31bbbb18d0df9401a7f93bafd49b14c.tar.bz2
removed fasttest from circleCI
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