Skip to content

Commit 771527e

Browse files
author
Yannick Scherer
committed
test against Clojure 1.7 (alpha) and JDK 8.
1 parent 980ff6b commit 771527e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jdk:
77
- openjdk7
88
- openjdk6
99
- oraclejdk7
10-
10+
- oraclejdk8

project.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
:codox {:project {:name "rewrite-clj"}
1717
:defaults {:doc/format :markdown}}}
1818
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
19-
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
20-
:aliases {"all" ["with-profile" "dev,1.5:dev,1.6"]
19+
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
20+
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}}
21+
:aliases {"all" ["with-profile" "dev,1.5:dev,1.6:dev,1.7"]
2122
"test" ["midje"]
22-
"test-ancient" ["with-profile" "dev,1.5:dev,1.6" "midje"]}
23+
"test-ancient" ["with-profile" "dev,1.5:dev,1.6:dev,1.7" "midje"]}
2324
:pedantic? :abort)

0 commit comments

Comments
 (0)