Skip to content

Commit

Permalink
Build Hawkular bus before alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Feb 10, 2015
1 parent 4bdce8f commit 3dbfcbf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.build.bus.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/bin/bash
#
# Copyright 2015 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


set -xe

cd "${HOME}"

git clone --depth=50 git@github.com:hawkular/hawkular-bus.git hawkular/hawkular-bus
cd hawkular/hawkular-bus
mvn clean install -DskipTests
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ notifications:
channels:
- "chat.freenode.net#hawkular"
on_success: change
before_install:
- bash .travis.build.bus.sh
install:
- mvn -version -B
script:
Expand Down

0 comments on commit 3dbfcbf

Please sign in to comment.