Skip to content

Commit

Permalink
Push 1.2X compatibility into a separate task
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Dec 31, 2012
1 parent 08d0c0d commit 5556659
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ end

desc "Check many versions of Clojure"
task :compatibility do
doit("lein with-profile 1.2.0:1.2.1:1.3:1.4:1.5 midje")
puts "Use compatibility12 after changing project.clj"
doit("lein with-profile 1.3:1.4:1.5 midje")
end

desc "Check 1.2X versions of Clojure"
task :compatibility12 do
doit("lein with-profile 1.2.0:1.2.1")
end

0 comments on commit 5556659

Please sign in to comment.