Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Jul 18, 2014
1 parent 61cb7c1 commit db83ca4
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
script: lein2 midje
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
[cljs-ajax "0.2.6"]
[instar "1.0.0"]
]
:plugins [[lein-cljsbuild "1.0.2"]]
:plugins [[lein-cljsbuild "1.0.2"]
[lein-midje "3.0.0"]]
:hooks [leiningen.cljsbuild]

:profiles {:prod {:cljsbuild
Expand Down

0 comments on commit db83ca4

Please sign in to comment.