about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-28 09:21:44 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-28 09:21:44 -0800
commit4984d92205315c01e3ebe12104a5065271563f4b (patch)
treecab79061fa2fbd1585de04a6ecd64c8e9dcb6941 /README.md
parent9e315ddf401e20e30c1359c0fdc2b09393a6da88 (diff)
downloadmu-4984d92205315c01e3ebe12104a5065271563f4b.tar.gz
7675 - drop Travis CI
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7191d1ce..327f932d 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,6 @@ $ echo $?
 7
 ```
 
-[![Build Status](https://api.travis-ci.org/akkartik/mu.svg?branch=master)](https://travis-ci.org/akkartik/mu)
-
 Rather than start from some syntax and introduce layers of translation to
 implement it, Mu starts from the processor's instruction set and tries to get
 to _some_ safe and clear syntax with as few layers of translation as possible.