Skip to content

Commit

Permalink
Finally get midje working with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Jul 22, 2012
1 parent bea953a commit dd22a6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: clojure
lein: lein2
script: "lein2 test"
script: "lein2 with-profile dev midje"
16 changes: 7 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
[com.ning/async-http-client "1.7.4"]
[org.clojure/tools.logging "0.2.3"]]
:profiles {:dev
{:dependencies
{:jvm-opts ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n"]
:dependencies
[[org.clojure/tools.trace "0.7.3"]
[midje "1.4.0"]
[lein-midje "2.0.0-SNAPSHOT"]]}}
:repositories {"Sonatype"
"https://oss.sonatype.org/content/repositories/releases/"}
[midje "1.4.0"]]
:plugins [[lein-midje "2.0.0-SNAPSHOT"]
[lein-swank "1.4.4"]]}}
:java-source-paths ["java-src"]
;:main engulf.core
:main ^{:skip-aot true} engulf.core
:min-lein-version "2.0.0"
:jvm-opts ["-server"
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n"]
:plugins [[lein-midje "1.0.9"] [lein-swank "1.4.4"]]
:jvm-opts ["-server"]
:description "HTTP Benchmarker/Visualizer")

0 comments on commit dd22a6f

Please sign in to comment.