Skip to content

Commit

Permalink
Disable CDI for non CDI 2.0 capable environments
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed May 12, 2017
1 parent d66caa5 commit 42719cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ install:

script:
- mvn -B test -Pjacoco -Pweld -Pstandalone
- mvn -B test -Pjacoco -Powb -pl envs/se
- mvn -B test -Pjacoco -Pwildfly -pl envs/ee
- mvn -B test -Pjacoco -Pwildfly-camel -pl envs/ee
- mvn -B test -Pjacoco -Pkaraf,weld -pl envs/osgi/
# Disabled until CDI 2.0 becomes available for these environments
# - mvn -B test -Pjacoco -Powb -pl envs/se
# - mvn -B test -Pjacoco -Pwildfly -pl envs/ee
# - mvn -B test -Pjacoco -Pwildfly-camel -pl envs/ee
# - mvn -B test -Pjacoco -Pkaraf,weld -pl envs/osgi/
# OpenWebBeans faces class proxying issues in OSGi, see OWB-1103
# - mvn -B test -Pjacoco -Pkaraf,owb -pl envs/osgi/

Expand Down

0 comments on commit 42719cd

Please sign in to comment.