aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2017-05-08 14:12:44 -0400
committerDavid Neto <dneto@google.com>2017-05-08 14:12:44 -0400
commit61b08ed9c17639b30420eca13ad05f91bf7f1eed (patch)
tree6f6aa7def22d9c316ab36c0b2af8329a7ee099d8
parenteab9c07ba49d9a2e7d0e6b0542df7d8a9aa4fab3 (diff)
downloadeffcee-61b08ed9c17639b30420eca13ad05f91bf7f1eed.tar.gz
Add Travis status sigil to top of README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49a91f0..29faeee 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Effcee
+[![Linux and OSX Build Status](https://travis-ci.org/google/effcee.svg)](https://travis-ci.org/google/effcee "Linux and OSX Build Status")
+
Effcee is a C++ library for stateful pattern matching of strings,
inspired by LLVM's [FileCheck][FileCheck] command.