Skip to content

Commit 8cdde05

Browse files
Merge pull request #202 from clojure-emacs/use-lein2
Use lein 2.6.1 on travis
2 parents 1601df2 + 05753d3 commit 8cdde05

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)