aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2014-04-15 11:05:55 +0100
committerDamien George2014-04-15 11:05:55 +0100
commit2f930fa0cb442cc7d93c3dc0ed1f58a808d69044 (patch)
tree8e6a11864ff51c9ac15d8098f73948b3642e934d
parent11559cff38d484baacdb5691f410e8b06809013f (diff)
parente71311ed8766e4321eaa70d78f5b1d5f2c272cd6 (diff)
Merge pull request #490 from redteam316/master
Fixed Travis-CI Build Status Link in README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0bd91b732..129374d1e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-<img src="https://travis-ci.org/micropython/micropython.png?branch=master" alt="build status"/>
+[![Build Status][travis-img]][travis-repo]
+[travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master
+[travis-repo]: https://travis-ci.org/micropython/micropython
The Micro Python project
========================