aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Buchgraber <foobar@google.com>2018-02-25 12:07:47 +0100
committerTony Allevato <tony.allevato@gmail.com>2018-02-28 08:31:03 -0800
commit7441e21c9b979f17a1bc0af22f476f2d729c6b26 (patch)
tree1e2dd7d4dc6414cc9ad96d354b6060700a575187 /README.md
parent7c3deb495ac9d8f9ce6d80e8a2667f10e3c0ac9b (diff)
downloadbazel-skylib-7441e21c9b979f17a1bc0af22f476f2d729c6b26.tar.gz
add buildkite to bazel's new ci
we'll run skylib as a postsubmit project and before every release to ensure we don't break it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd44765..d4a2acf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Skylib
[![Build Status](https://travis-ci.org/bazelbuild/bazel-skylib.svg?branch=master)](https://travis-ci.org/bazelbuild/bazel-skylib)
+[![Build status](https://badge.buildkite.com/921dc61e2d3a350ec40efb291914360c0bfa9b6196fa357420.svg)](https://buildkite.com/bazel/bazel-skylib-postsubmit)
Skylib is a standard library that provides functions useful for manipulating
collections, file paths, and other features that are useful when writing custom