Skip to content

Commit

Permalink
Add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pashields committed Mar 25, 2014
1 parent db74942 commit 135dae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: clojure
lein: lein2
before_script: lein typed check
3 changes: 2 additions & 1 deletion profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*assert* true}
:dependencies [[org.clojure/test.check "0.5.7"]
[criterium "0.4.3"]
[org.clojure/data.csv "0.1.2"]]}
[org.clojure/data.csv "0.1.2"]]
:plugins [[lein-typed "0.3.3"]]}
:provided
{:global-vars {*assert* false}}}

0 comments on commit 135dae7

Please sign in to comment.