Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 37133de

Browse files
committed
Add .travis.yml
1 parent a45538e commit 37133de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
- "iojs"
5+
- "0.12"
6+
- "0.10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# messageformat-parser
1+
# messageformat-parser <a href="http://travis-ci.org/messageformat/parser"><img align="right" alt="Build Status" src="https://secure.travis-ci.org/messageformat/parser.png"></a>
22

33
A PEG.js parser for [ICU MessageFormat](https://messageformat.github.io/guide/))
44
strings -- part of [messageformat.js](https://messageformat.github.io/). Outputs

0 commit comments

Comments
 (0)