summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pye <ben@curlybracket.co.uk>2015-03-02 17:34:13 +0000
committerBen Pye <ben@curlybracket.co.uk>2015-03-02 17:34:13 +0000
commitab2a086a1a418e2d4f648b67eb5fa0aaecf1ab2f (patch)
treebf223390badb85cf3a749eabfbc85db12ce18eac
parentee21799496b3792791c159417cf804ee2f21252d (diff)
downloadcoreclr-ab2a086a1a418e2d4f648b67eb5fa0aaecf1ab2f.tar.gz
coreclr-ab2a086a1a418e2d4f648b67eb5fa0aaecf1ab2f.tar.bz2
coreclr-ab2a086a1a418e2d4f648b67eb5fa0aaecf1ab2f.zip
Incorrect branch for travis-ci badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79a9a74b0b..5a2613b485 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
| |Linux|Windows|Mac OS X|
|:-:|:-:|:-:|:-:|
-|**Debug**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)|[![Build Status](https://travis-ci.org/dotnet/coreclr.svg?branch=travis-ci)](https://travis-ci.org/dotnet/coreclr)
+|**Debug**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)|[![Build Status](https://travis-ci.org/dotnet/coreclr.svg)](https://travis-ci.org/dotnet/coreclr)
|**Release**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_release/)|
The coreclr repo contains the complete runtime implementation (called "CoreCLR") for [.NET Core](http://github.com/dotnet/core). It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.