Skip to content

Commit

Permalink
using lein2 and lein1 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
slagyr committed Aug 20, 2012
1 parent 3b4c582 commit be55f5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,3 +1,6 @@
language: clojure language: clojure
before_script: "lein javac" before_script: "lein2 javac"
script: "lein spec" script:
- "lein2 spec"
- "lein spec"

0 comments on commit be55f5a

Please sign in to comment.