Switch Travis badge to public builds.

This commit is contained in:
Sergio Benitez 2016-12-27 16:09:50 -06:00
parent 20f13f0bc1
commit e9ad5b5c02
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Rocket [![Build Status](https://travis-ci.com/SergioBenitez/Rocket.svg?token=CVq3HTkPNimYtLm3RHCn&branch=master)](https://travis-ci.com/SergioBenitez/Rocket)
# Rocket [![Build Status](https://travis-ci.org/SergioBenitez/Rocket.svg?branch=master)](https://travis-ci.org/SergioBenitez/Rocket)
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
expressability, and speed. Here's an example of a complete Rocket application: