Skip to content

Commit 41394b2

Browse files
committed
Update .travis.yml to use test-all alias
1 parent 00da976 commit 41394b2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
language: clojure
2-
lein: lein2
3-
script: lein2 with-profile dev:dev,1.4:dev,1.5:dev,1.6 test
4-
jdk:
5-
- openjdk7
6-
- openjdk6
2+
script: lein test-all

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:plugins [[codox "0.8.0"]]
99
:codox {:src-dir-uri "http://github.com/ring-clojure/ring-codec/blob/1.0.0/"
1010
:src-linenum-anchor-prefix "L"}
11+
:aliases {"test-all" ["with-profile" "default:+1.4:+1.5:+1.6:+1.7:+1.8" "test"]}
1112
:profiles
1213
{:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
1314
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}

0 commit comments

Comments
 (0)