Fix Travis image URL in the README

This commit is contained in:
Asumu Takikawa 2015-02-25 15:17:13 -05:00
parent f7a93f6be8
commit eb8441960f

View File

@ -1,6 +1,6 @@
# Typed Racket
[![Build Status](https://travis-ci.org/racket/typed-racket)](https://travis-ci.org/racket/typed-racket)
[![Build Status](https://travis-ci.org/racket/typed-racket.svg?branch=master)](https://travis-ci.org/racket/typed-racket)
Typed Racket is Racket's gradually-typed sister language which lets you add
statically-checked type annotations to your programs. For more information,