Skip to content

Commit 715f431

Browse files
Benedek FazekasBenedek Fazekas
authored andcommitted
Further tweak of the travis build
- use leiningen 2.7.1 - use `lein` alias instead of `lein2`
1 parent 8cdde05 commit 715f431

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: clojure
2-
lein: 2.6.1
2+
lein: 2.7.1
33
script:
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
4+
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
5+
- lein with-profile +plugin.mranderson/config test
6+
- lein with-profile +1.8,+plugin.mranderson/config test
7+
- lein with-profile +1.9,+plugin.mranderson/config test
88
jdk:
99
- openjdk7
1010
- oraclejdk7

0 commit comments

Comments
 (0)