fix travis-ci config to run lein2 command

This commit is contained in:
Paul Ingles 2013-06-09 08:41:57 +01:00
parent d9ab7ba672
commit 6e19e4c8b3

View file

@ -1,3 +1,3 @@
language: clojure
lein: lein2
script: lein do test, expectations
script: lein2 do test, expectations