Skip to content

Commit

Permalink
Disable OWB Travis CI build until OWB-1040 (lifecycle events sequence…
Browse files Browse the repository at this point in the history
…) is worked out
  • Loading branch information
astefanutti committed Mar 10, 2015
1 parent 212caad commit df84e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install:

script:
- mvn test -Pjacoco -Pweld
- mvn test -Pjacoco -Powb -pl envs/se
# Disabled until OWB-1040 (lifecycle events sequence) is worked out
# - mvn test -Pjacoco -Powb -pl envs/se
- mvn test -Pjacoco -Pwildfly -pl envs/ee

jdk:
Expand Down

0 comments on commit df84e35

Please sign in to comment.