We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aeb08 commit 27ef388Copy full SHA for 27ef388
README.md
@@ -1,4 +1,5 @@
1
# Angular 2 QuickStart Source
2
+[![Build Status][travis-badge]][travis-badge-url]
3
4
This repository holds the TypeScript source code of the [angular.io quickstart](https://angular.io/docs/ts/latest/quickstart.html),
5
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
148
149
which is easier to read; this file is excluded from source control.
150
151
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