Skip to content

Commit 27ef388

Browse files
filipesilvaFoxandxss
authored andcommitted
chore(travis): add badge to readme (angular#166)
1 parent 20aeb08 commit 27ef388

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Angular 2 QuickStart Source
2+
[![Build Status][travis-badge]][travis-badge-url]
23

34
This repository holds the TypeScript source code of the [angular.io quickstart](https://angular.io/docs/ts/latest/quickstart.html),
45
the foundation for most of the documentation samples and potentially a good starting point for your application.
@@ -148,3 +149,6 @@ A custom reporter (see `protractor.config.js`) generates a `./_test-output/prot
148149
which is easier to read; this file is excluded from source control.
149150

150151
Shut it down manually with Ctrl-C.
152+
153+
[travis-badge]: https://travis-ci.org/angular/quickstart.svg?branch=master
154+
[travis-badge-url]: https://travis-ci.org/angular/quickstart

0 commit comments

Comments
 (0)