Skip to content

Commit

Permalink
Merge 4e758a7 into 5e06b7f
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoparkar committed Jan 26, 2018
2 parents 5e06b7f + 4e758a7 commit b7799b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,22 @@ matrix:
jdk: oraclejdk8
after_success: bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json

exclude:
# CLJS doesn't build on JDK9 because it depends on a package (javax.xml.bind)
# deprecated in JDK9. See (CLJS-2377).
# After a CLJS release, the VERSION=1.9 build can be re-enabled.
- env: VERSION=1.9 TARGET=test-cljs
jdk: oraclejdk9
- env: VERSION=1.8 TARGET=test-cljs
jdk: oraclejdk9
- env: VERSION=1.7 TARGET=test-cljs
jdk: oraclejdk9
# CLJS-1.9 doesn't build on JDK7. This is because of a dependency on the
# google/closure-compiler which requires JDK8 or higher.
# https://github.com/google/closure-compiler/wiki/Releases#september-10-2017-v20170910
- env: VERSION=1.9 TARGET=test-cljs
jdk: openjdk7

fast_finish: true # don't wait for allowed failures before build finish
allow_failures:
- env: VERSION=master TARGET=test-clj
Expand Down

0 comments on commit b7799b6

Please sign in to comment.