Skip to content

Commit 05753d3

Browse files
Benedek FazekasBenedek Fazekas
authored andcommitted
Use lein 2.6.1 on travis
to fix hack to use newer version of lein when only lein1 was available on travis. no confusing exception anymore during environment setup. follows up changes in clojure-emacs/cider-nrepl#419
1 parent 1601df2 commit 05753d3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
language: clojure
2-
install:
3-
- wget -c https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein -O latest-lein
4-
- chmod 755 latest-lein
5-
- ./latest-lein
6-
before_script:
7-
- ./latest-lein --version
2+
lein: 2.6.1
83
script:
9-
- ./latest-lein source-deps :prefix-exclusions "[\"classlojure\"]"
10-
- ./latest-lein with-profile +plugin.mranderson/config test
11-
- ./latest-lein with-profile +1.8,+plugin.mranderson/config test
12-
- ./latest-lein with-profile +1.9,+plugin.mranderson/config test
4+
- lein2 source-deps :prefix-exclusions "[\"classlojure\"]"
5+
- lein2 with-profile +plugin.mranderson/config test
6+
- lein2 with-profile +1.8,+plugin.mranderson/config test
7+
- lein2 with-profile +1.9,+plugin.mranderson/config test
138
jdk:
149
- openjdk7
1510
- oraclejdk7

0 commit comments

Comments
 (0)