From 6d002482d961a57fe50c49b79cd1256296e6685f Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 2 Nov 2015 22:21:58 -0800 Subject: [PATCH] Update Travis badges on the READMEs --- README.md | 1 + packages/newton/README.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a5a06a20ad..937fe036c09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Flutter ======= +-[![Build Status](https://travis-ci.org/flutter/flutter.svg?branch=master)](https://travis-ci.org/flutter/flutter) Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today's, and tomorrow's, mobile devices. We are diff --git a/packages/newton/README.md b/packages/newton/README.md index ccd16eaf982..bb114b0446d 100644 --- a/packages/newton/README.md +++ b/packages/newton/README.md @@ -1,9 +1,8 @@ # Newton -[![Build Status](https://travis-ci.org/flutter/newton.svg?branch=master)](https://travis-ci.org/flutter/newton) -[![Coverage Status](https://coveralls.io/repos/domokit/newton/badge.svg?branch=master)](https://coveralls.io/r/domokit/newton?branch=master) Simple Physics Simulations for Dart. Springs, friction, gravity, etc. To run the tests: -pub get -dart test/newton_test.dart + +- pub get +- pub run test