Skip to content

Commit

Permalink
fix lein2 to lein in travis config, see PR iloveponies#1950
Browse files Browse the repository at this point in the history
  • Loading branch information
ykarikos committed Feb 17, 2018
1 parent 310f0b0 commit 79034f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: clojure
lein: lein2
script: lein2 midje :config .midje-grading-config.clj
lein: lein
script: lein midje :config .midje-grading-config.clj
jdk:
- openjdk7
notifications:
Expand Down

0 comments on commit 79034f8

Please sign in to comment.