Skip to content

Commit

Permalink
Add Travis CI status badge and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
allevato committed Jun 8, 2018
1 parent dc371ad commit 9001178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Swift Rules for [Bazel](https://bazel.build)

[![Build Status](https://travis-ci.org/bazelbuild/rules_swift.svg?branch=master)](https://travis-ci.org/bazelbuild/rules_swift)

> ⚠️ The rules in this repository are in the beta stage of development. There are
> many features that still need to be implemented and there may be bugs. If you
> run into any problems, please
Expand Down Expand Up @@ -49,7 +51,7 @@ rules you wish to depend on:
git_repository(
name = "build_bazel_rules_swift",
remote = "https://github.com/bazelbuild/rules_swift.git",
tag = "0.1.0",
tag = "0.1.1",
)

load(
Expand Down

0 comments on commit 9001178

Please sign in to comment.