File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ commands:
2323 run-tests :
2424 description : " Run tests"
2525 steps :
26- - run :
27- name : Run JVM tests with clojure 1.6
28- command : |
29- lein with-profile +1.6 test
30- - run :
31- name : Run JVM tests with clojure 1.7
32- command : |
33- lein with-profile +1.7 test
3426 - run :
3527 name : Run JVM tests with clojure 1.8
3628 command : |
Original file line number Diff line number Diff line change 33 :license {:name " Eclipse Public License - v 1.0"
44 :url " http://www.eclipse.org/legal/epl-v10.html" }
55 :description " Pure-clojure implementation of ruby's ordered hash and set types - instead of sorting by key, these collections retain insertion order."
6- :dependencies [[org.clojure/clojure " 1.9.0 " ]]
7- :aliases {" testall" [" with-profile" " +1.6:+1.7:+1. 8:+1.9:+1.10.0:+1.10.1" " test" ]
8- " depsall" [" with-profile" " +1.6:+1.7:+1. 8:+1.9:+1.10.0:+1.10.1" " deps" ]}
6+ :dependencies [[org.clojure/clojure " 1.10.1 " ]]
7+ :aliases {" testall" [" with-profile" " +1.8:+1.9:+1.10.0:+1.10.1" " test" ]
8+ " depsall" [" with-profile" " +1.8:+1.9:+1.10.0:+1.10.1" " deps" ]}
99 :deploy-repositories [[" releases" :clojars ]
1010 [" snapshots" :clojars ]]
1111 :profiles {:1.10.1 {:dependencies [[org.clojure/clojure " 1.10.1" ]]}
1212 :1.10.0 {:dependencies [[org.clojure/clojure " 1.10.0" ]]}
13- :1.9 {}
13+ :1.9 {:dependencies [[org.clojure/clojure " 1.9.0 " ]] }
1414 :1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
15- :1.7 {:dependencies [[org.clojure/clojure " 1.7.0" ]]}
16- :1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
1715 ; ; Not required except for benchmarks.
1816 :dev {:dependencies [[ordered-collections " 0.4.2" ]]} })
You can’t perform that action at this time.
0 commit comments