Skip to content

Commit

Permalink
Merge pull request #38 from ppalaga/150904-move-feed-comm
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Sep 8, 2015
2 parents 4ad4ce3 + 3a96b89 commit f13bdcc
Show file tree
Hide file tree
Showing 53 changed files with 10 additions and 3,972 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: java
# Enable container-based infrastructure
# see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

# manage the caches here https://travis-ci.org/hawkular/hawkular/caches
cache:
directories:
- $HOME/.m2/repository
jdk:
- oraclejdk8
notifications:
Expand All @@ -7,10 +15,9 @@ notifications:
- chat.freenode.net#hawkular
on_success: change
install:
- mvn -version -B
- mvn -s .travis.maven.settings.xml -version -B
script:
- mvn -s .travis.maven.settings.xml verify | grep -vF "[INFO] Downloading:" | grep
-vF "[INFO] Downloaded:"; test ${PIPESTATUS[0]} -eq 0
- mvn -s .travis.maven.settings.xml verify
env:
global:
- secure: OgA3pyTTPKWbUu8IXIsdkYssKLVAiTb47XyHbqH+T0H5YQ6CGz4DND0PDm89IW66un6161u9dzoPb/8sLb/0N7WpLcQrlKokz38on9sUpFfvni2+jAJaIzlRz48JGfmu+v9yNKF+TKB7GKl/1LARLSn/MGcH44gUCWPIc/Eny50=
Expand Down
27 changes: 0 additions & 27 deletions hawkular-feed-comm/feed-comm-api/README.adoc

This file was deleted.

86 changes: 0 additions & 86 deletions hawkular-feed-comm/feed-comm-api/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f13bdcc

Please sign in to comment.