Skip to content

Commit 4b9d2c9

Browse files
committed
fixup! Disable the yoloproofs feature for release.
1 parent b5a33d9 commit 4b9d2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ cache: cargo
33

44
env:
55
- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''
6-
- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
6+
# The yoloproofs feature is disabled on the main branch.
7+
#- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
78
# run cargo bench with a filter that matches no benchmarks.
89
# this ensures the benchmarks build but doesn't run them on the CI server.
910
- TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''

0 commit comments

Comments
 (0)