Skip to content

Commit 6dd7c14

Browse files
committed
Fix typo in benchmark
1 parent 93a7127 commit 6dd7c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ env:
55
matrix:
66
- TEST_CMD='lein test'
77
- TEST_CMD='lein bench output --data-structure fractal -- --data-structure b-tree -- --data-structure sorted-set'
8-
- TEST_CMD='lein bench output -d forward -- --d reverse -- -d shuffle -- -d zero'
8+
- TEST_CMD='lein bench output --delete-pattern forward -- --delete-pattern reverse -- --delete-pattern shuffle -- --delete-pattern zero'
99
script: $TEST_CMD

0 commit comments

Comments
 (0)