Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit e2e6a96

Browse files
committed
doc(README): add travis badge
1 parent 6f27a20 commit e2e6a96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ES6 Module Loader Polyfill
1+
# ES6 Module Loader Polyfill [![Build Status][travis-image]][travis-url]
22

33
Dynamically loads ES6 modules in NodeJS and current browsers.
44

@@ -312,3 +312,6 @@ Copyright (c) 2014 Luke Hoban, Addy Osmani, Guy Bedford
312312

313313
## License
314314
Licensed under the MIT license.
315+
316+
[travis-url]: https://travis-ci.org/ModuleLoader/es6-module-loader
317+
[travis-image]: https://travis-ci.org/ModuleLoader/es6-module-loader.svg?branch=master

0 commit comments

Comments
 (0)