diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-27 21:12:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-27 21:12:41 -0700 |
commit | 62a71b89a88800c1966980db1b0ca01ef728c78e (patch) | |
tree | 302b9f1838bab78c83fb5340ffe91e7b04dd7677 | |
parent | f17b3888cb83971805478f93d040e93de1d9a7f8 (diff) | |
download | mu-62a71b89a88800c1966980db1b0ca01ef728c78e.tar.gz |
5130 - only show build status of 'master' branch
-rw-r--r-- | subx/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 39139641..02867df4 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -17,7 +17,7 @@ SubX is designed: It requires a Unix-like environment with a C++ compiler (Linux or BSD or Mac OS). Running `subx` will transparently compile it as necessary. -[![Build Status](https://api.travis-ci.org/akkartik/mu.svg)](https://travis-ci.org/akkartik/mu) +[![Build Status](https://api.travis-ci.org/akkartik/mu.svg?branch=master)](https://travis-ci.org/akkartik/mu) You can generate native ELF binaries with it that run on a bare Linux kernel. No other dependencies needed. |