aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-09-11 17:22:59 +0800
committerGitHub <noreply@github.com>2017-09-11 17:22:59 +0800
commitfbe24da159452f8b22206b6e750174ed03b43ade (patch)
tree307d404aa5dd58b73a9f0d73badbe6d749249d05
parent16526ad554256bde3e185c99c1651b0f47725165 (diff)
parent333a6e5280a6a5dba244aa7859d67325f85e07c5 (diff)
downloaddexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.gz
dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.zst
dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.zip
Merge pull request #2875 from ethereum/travis-badge
Add the Travis build status badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fed49fb..cb743729 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# The Solidity Contract-Oriented Programming Language
-[![Join the chat at https://gitter.im/ethereum/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Join the chat at https://gitter.im/ethereum/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/ethereum/solidity.svg?branch=develop)](https://travis-ci.org/ethereum/solidity)
## Useful links
To get started you can find an introduction to the language in the [Solidity documentation](https://solidity.readthedocs.org). In the documentation, you can find [code examples](https://solidity.readthedocs.io/en/latest/solidity-by-example.html) as well as [a reference](https://solidity.readthedocs.io/en/latest/solidity-in-depth.html) of the syntax and details on how to write smart contracts.