aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <mbrukman@google.com>2020-01-25 19:53:05 -0500
committeralandonovan <adonovan@google.com>2020-01-25 19:53:05 -0500
commit451bf671df237b29fe81813614d731a0a00d2ca7 (patch)
treed0cc08c59d62791aed49f2f4989ce8973a5c197d
parent40bc3a53d3d5f2dba8e6a22bd95a4e1a4122614b (diff)
downloadstarlark-go-451bf671df237b29fe81813614d731a0a00d2ca7.tar.gz
Move Travis CI badge to the top of file [skip ci] (#257)
Travis CI is more of a status badge, not an aspect of documentation, and is often kept at the top of the project's README, together with other badges, such as Go Report Card, etc., which don't belong in the "documentation" section.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 047b8cb..511d183 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
# Starlark in Go
+[![Travis CI](https://travis-ci.org/google/starlark-go.svg)](https://travis-ci.org/google/starlark-go)
+
This is the home of the _Starlark in Go_ project.
Starlark in Go is an interpreter for Starlark, implemented in Go.
Starlark was formerly known as Skylark.
@@ -43,8 +45,6 @@ languages and compilers.
* Issue tracker: [https://github.com/google/starlark-go/issues](https://github.com/google/starlark-go/issues)
-* Travis CI: [![Travis CI](https://travis-ci.org/google/starlark-go.svg) https://travis-ci.org/google/starlark-go](https://travis-ci.org/google/starlark-go)
-
### Getting started
Build the code: