Skip to content

Commit 5726738

Browse files
committed
Update shippable.yml
1 parent 7b31068 commit 5726738

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shippable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ language: clojure
33

44
lein:
55
- lein2
6-
- lein1
7-
6+
87
# Create directories for test and coverage reports
98
before_script:
109
- mkdir -p shippable/testresults
@@ -14,4 +13,4 @@ before_script:
1413
# Running the test with Leiningen
1514
script:
1615
- cd sample
17-
- lein test
16+
#- lein test

0 commit comments

Comments
 (0)