Skip to content

Commit

Permalink
Have CI build against 1.7.0 & 1.8.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Oct 30, 2015
1 parent b703138 commit abb6faf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion etc/bin/bees-ci-build.sh
Expand Up @@ -18,9 +18,12 @@ setup-lein-profiles
mark "Reversioning"
etc/bin/reversion.sh 2.x.incremental.${BUILD_NUMBER}

mark "Starting build"
mark "Building with Clojure 1.7.0"
lein modules all

mark "Building with Clojure 1.8.0"
lein with-profile +clojure-1.8 modules all

mark "Testing messaging with HornetQ 2.3"
cd messaging
lein with-profile +hornetq-2.3 test
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -28,7 +28,8 @@
:dev {:dependencies [[pjstadig/humane-test-output "0.6.0"]]
:injections [(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]}
:integs {}}
:integs {}
:clojure-1.8 {:modules {:versions {clojure "1.8.0-beta2"}}}}

:aliases {"docs-from-index" ["build-helper" "docs" "generate" "docs/guides"
"caching" "core" "messaging" "scheduling" "transactions" "web" "wildfly"]
Expand Down

0 comments on commit abb6faf

Please sign in to comment.