aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2018-02-20 13:04:29 -0500
committerThomas Van Lenten <thomasvl@google.com>2018-02-20 15:54:21 -0500
commit87e4c93a416dd7908ee927e06b8a5f78a8e0042b (patch)
tree095527e08232d339fad6a8f9e519adf0f8ecd6d3 /README.md
parentff23a62c57d2912c3073a69c12f42c3d6e58a957 (diff)
downloadbazel-skylib-87e4c93a416dd7908ee927e06b8a5f78a8e0042b.tar.gz
Add travis setup to test on linux and macOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd8b873..d1672a9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Skylib
+[![Build Status](https://travis-ci.org/bazelbuild/bazel-skylib.svg?branch=master)](https://travis-ci.org/bazelbuild/bazel-skylib)
+
Skylib is a standard library that provides functions useful for manipulating
collections, file paths, and other features that are useful when writing custom
build rules in Bazel.