Update lein aliases
This commit is contained in:
parent
1b27c1be7a
commit
7f6f6cf741
1 changed files with 4 additions and 4 deletions
|
|
@ -13,11 +13,11 @@
|
||||||
:test {:dependencies [[expectations "1.4.56"]
|
:test {:dependencies [[expectations "1.4.56"]
|
||||||
[org.xerial.snappy/snappy-java "1.0.5"]]}
|
[org.xerial.snappy/snappy-java "1.0.5"]]}
|
||||||
:bench {:dependencies [] :jvm-opts ^:replace ["-server"]}}
|
:bench {:dependencies [] :jvm-opts ^:replace ["-server"]}}
|
||||||
:aliases {"test-all" ["with-profile" "test,1.4:test,1.5:test,1.6" "expectations"]
|
:aliases {"test-all" ["with-profile" "+test,+1.4:+test,+1.5:+test,+1.6" "expectations"]
|
||||||
"test-auto" ["with-profile" "test" "autoexpect"]
|
"test-auto" ["with-profile" "+test" "autoexpect"]
|
||||||
"start-dev" ["with-profile" "dev,test,bench" "repl" ":headless"]
|
"start-dev" ["with-profile" "+dev,+test,+bench" "repl" ":headless"]
|
||||||
"start-bench" ["trampoline" "start-dev"]
|
"start-bench" ["trampoline" "start-dev"]
|
||||||
"codox" ["with-profile" "test" "doc"]}
|
"codox" ["with-profile" "+test" "doc"]}
|
||||||
:plugins [[lein-expectations "0.0.8"]
|
:plugins [[lein-expectations "0.0.8"]
|
||||||
[lein-autoexpect "1.0"]
|
[lein-autoexpect "1.0"]
|
||||||
[lein-ancient "0.4.4"]
|
[lein-ancient "0.4.4"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue