Skip to content

Commit e663c46

Browse files
committed
Merge pull request #3 from tempodb/travis_email
Travis email
2 parents 979bea2 + 7c9d906 commit e663c46

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ language: cpp
22
compiler:
33
- gcc
44
script: cd CppUTest && make && echo "Done building CppUTest" && cd .. && pwd && make vtest
5+
notifications:
6+
email:
7+
- tech@tempo-db.com

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TempoDB (Embedded) C Client
22

3+
[![Build Status](https://travis-ci.org/tempodb/tempodb-embedded-c.png)](https://travis-ci.org/tempodb/tempodb-embedded-c)
4+
35
The [TempoDB](http://www.tempo-db.com) (Embedded) C API Client is intended for use with embedded electronics. It is designed to be lightweight and portable, and to address a variety of platforms. In the interest of targeting smaller devices, it provides a write-only subset of the API features you'd get from one of [our higher-level libraries](http://tempo-db.com/docs/clients/).
46

57
## Beta

0 commit comments

Comments
 (0)