Skip to content

Commit

Permalink
Fail if plugin does not compile.
Browse files Browse the repository at this point in the history
Test against multiple jvms.
  • Loading branch information
Jacek Lach committed Jan 16, 2013
1 parent ce1394c commit 6989383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,8 @@ language: clojure
lein: lein2
install: (cd cloverage && lein2 deps) && (cd lein-cloverage && lein2 deps)
script: (cd cloverage && lein2 test) && (cd lein-cloverage && lein2 test)

jdk:
- oraclejdk7
- openjdk7
- openjdk6
2 changes: 2 additions & 0 deletions lein-cloverage/test/leiningen/test_cloverage.clj
@@ -0,0 +1,2 @@
(ns leiningen.test-cloverage
(:require leiningen.cloverage))

0 comments on commit 6989383

Please sign in to comment.