Skip to content

Commit

Permalink
Add TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Apr 12, 2017
1 parent cd3054f commit 31c1164
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__
!/docker-compose.common.yml
!/docker-compose.logstash.yml
!/docker-compose.saml2.yml
!/.travis.yml
/conf/*
!/conf/start
!/conf/logstash
Expand Down
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: required

language: python

services:
- docker

install:
- docker-compose pull
- docker-compose build
- docker-compose up -d db rabbitmq elastic

script: docker-compose run --rm web tests
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Zentral

[![Build Status](https://travis-ci.org/zentralopensource/zentral.svg?branch=master)](https://travis-ci.org/zentralopensource/zentral)

Zentral is a framework to gather, process, and monitor system events and link them to an inventory.

Check out the [Wiki](https://github.com/zentralopensource/zentral/wiki) to get and overview of the project and for the documentation. This is where the [release notes](https://github.com/zentralopensource/zentral/wiki/release-notes) are published too.

0 comments on commit 31c1164

Please sign in to comment.