Skip to content

Commit 5ad08fc

Browse files
committed
Add travis
1 parent f6e1cd7 commit 5ad08fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: clojure
2+
env:
3+
matrix:
4+
- TEST_CMD='lein test'
5+
- TEST_CMD='lein bench output --data-structure fractal -- --data-structure b-tree -- --data-structure sorted-set'
6+
- TEST_CMD='lein bench output -d forward -- --d reverse -- -d shuffle -- -d zero'
7+
script: $TEST_CMD

0 commit comments

Comments
 (0)