Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit f068503

Browse files
committed
Adding Travis CI build badge to top of README.md
1 parent f3dd83a commit f068503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DetectorGraph: Formal C++ applications with logic/data separation, automatic dependency injection and data passing.
22

3+
[![Build Status](https://travis-ci.org/google/detectorgraph.svg?branch=master)](https://travis-ci.org/google/detectorgraph)
4+
35
DetectorGraph is a framework for writing programs in a formal graph topology.
46
This can be used to write applications with multiple interdependent algorithms, applications' data models, general business logic or all of that combined.
57
The framework uses a formal distinction between data (Topics) and transformations/logic (Detectors).

0 commit comments

Comments
 (0)