Add travis badge

This commit is contained in:
Henry Zhu 2016-03-10 09:45:41 -05:00
parent b75f175863
commit e31dd18750

View File

@ -6,6 +6,10 @@
Babylon is a JavaScript parser used in <a href="https://github.com/babel/babel">Babel</a>.
</p>
<p align="center">
<a href="https://travis-ci.org/babel/babylon"><img alt="Travis Status" src="https://img.shields.io/travis/babel/babylon/master.svg?style=flat&label=travis"></a>
</p>
- ES6 enabled by default.
- Comment attachment.
- Support for JSX and Flow.