Skip to content

Commit

Permalink
chore(travis-ci): Add webapps-it profile, remove buildhive badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hawky-4s- committed Jul 23, 2013
1 parent 50b768a commit 5bf02ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: java
script: "mvn clean install -Pengine-integration,jboss,h2"
script: "mvn clean install -Pwebapps-integration,engine-integration,jboss,h2"
jdk:
- oraclejdk7
notifications:
email: false
email: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
camunda BPM platform - [![Build Status](https://buildhive.cloudbees.com/job/camunda/job/camunda-bpm-platform/badge/icon)](https://buildhive.cloudbees.com/job/camunda/job/camunda-bpm-platform/) - [![Build Status](https://travis-ci.org/camunda/camunda-bpm-platform.png)](https://travis-ci.org/camunda/camunda-bpm-platform)
camunda BPM platform - [![Build Status](https://travis-ci.org/camunda/camunda-bpm-platform.png)](https://travis-ci.org/camunda/camunda-bpm-platform)
====================

The open source BPM platform
Expand Down

0 comments on commit 5bf02ad

Please sign in to comment.