From 4b9d2c9016259d9be2f75f1b5a2e8dd1a4248508 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 5 Aug 2019 14:22:26 -0700 Subject: [PATCH] fixup! Disable the yoloproofs feature for release. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f2df9b4..f6c3e715 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ cache: cargo env: - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='' - - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs' + # The yoloproofs feature is disabled on the main branch. + #- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs' # run cargo bench with a filter that matches no benchmarks. # this ensures the benchmarks build but doesn't run them on the CI server. - TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''