Skip to content

Commit

Permalink
use Leiningen 2.7.1 for building/testing (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Oct 20, 2017
1 parent 998e790 commit efb2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
sudo: true
before_install:
- wget -O lein "https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein"
- wget -O lein "https://raw.githubusercontent.com/technomancy/leiningen/2.7.1/bin/lein"
- chmod +x lein
before_script:
- ./lein version
Expand Down

0 comments on commit efb2fdf

Please sign in to comment.