Skip to content

Commit

Permalink
Fixing travis issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed May 7, 2021
1 parent 53912d3 commit 69e4a08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
tech.v3.libs.neanderthal]}
:clean-targets [:target-path "docs"]}
:travis
{:test-paths ["test"]}
{:dependencies [[uncomplicate/neanderthal "0.35.0"]
[com.taoensso/nippy "3.1.1"]
[ch.qos.logback/logback-classic "1.1.3"]]
:test-paths ["test"]}
:uberjar
{:aot [tech.v3.datatype.main tech.v3.datatype.expose-fn]
:source-paths ["src" "native_test" "generated_classes"]
Expand Down

0 comments on commit 69e4a08

Please sign in to comment.