File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
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
8
3
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
13
8
jdk :
14
9
- openjdk7
15
10
- oraclejdk7
You can’t perform that action at this time.
0 commit comments