Skip to content

Commit

Permalink
Need lein-typed in project.clj for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pashields committed Mar 25, 2014
1 parent 135dae7 commit d4d30c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*assert* true}
:dependencies [[org.clojure/test.check "0.5.7"]
[criterium "0.4.3"]
[org.clojure/data.csv "0.1.2"]]
:plugins [[lein-typed "0.3.3"]]}
[org.clojure/data.csv "0.1.2"]]}
:provided
{:global-vars {*assert* false}}}
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.typed "0.2.40"]]
:plugins [[lein-typed "0.3.3"]]
:core.typed {:check [graf-znak.accumulators
graf-znak.hooks
graf-znak.atom-storage
Expand Down

0 comments on commit d4d30c7

Please sign in to comment.