We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdde05 commit 715f431Copy full SHA for 715f431
.travis.yml
@@ -1,10 +1,10 @@
1
language: clojure
2
-lein: 2.6.1
+lein: 2.7.1
3
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
+ - lein source-deps :prefix-exclusions "[\"classlojure\"]"
+ - lein with-profile +plugin.mranderson/config test
+ - lein with-profile +1.8,+plugin.mranderson/config test
+ - lein with-profile +1.9,+plugin.mranderson/config test
8
jdk:
9
- openjdk7
10
- oraclejdk7
0 commit comments