Skip to content

Commit

Permalink
Test with Clojure 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Jun 18, 2016
1 parent 6211fd6 commit 159e3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ lein: lein2
sudo: false
script:
- lein test-all
- lein with-profile +1.6 test-all
- lein with-profile +1.7 test-all
- lein with-profile +1.8 test-all
jdk:
- openjdk7
- oraclejdk7
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/alexander-yakushev/compliment"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0-alpha7"]
[midje "1.8.3"]
[criterium "0.4.3"]
[cloverage "1.0.6"]]
Expand All @@ -20,5 +20,5 @@
["shell" "curl" "-F"
"json_file=@target/coverage/coveralls.json"
"https://coveralls.io/api/v1/jobs"]]}}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}})
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}})

0 comments on commit 159e3de

Please sign in to comment.