Skip to content

Commit 9001178

Browse files
committed
Add Travis CI status badge and bump version number.
1 parent dc371ad commit 9001178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Swift Rules for [Bazel](https://bazel.build)
22

3+
[![Build Status](https://travis-ci.org/bazelbuild/rules_swift.svg?branch=master)](https://travis-ci.org/bazelbuild/rules_swift)
4+
35
> ⚠️ The rules in this repository are in the beta stage of development. There are
46
> many features that still need to be implemented and there may be bugs. If you
57
> run into any problems, please
@@ -49,7 +51,7 @@ rules you wish to depend on:
4951
git_repository(
5052
name = "build_bazel_rules_swift",
5153
remote = "https://github.com/bazelbuild/rules_swift.git",
52-
tag = "0.1.0",
54+
tag = "0.1.1",
5355
)
5456

5557
load(

0 commit comments

Comments
 (0)