From 76bbe07bc8fc3101b8b0cdccac0a02c3e4f8ef3e Mon Sep 17 00:00:00 2001 From: Zeke Sonxx Date: Mon, 29 Sep 2014 19:44:43 -0400 Subject: [PATCH] TRAVIS\! --- .travis.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2083806 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.11" + - "0.10" \ No newline at end of file diff --git a/README.md b/README.md index ed645a3..4d2e183 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # wow-toc - +[![Build Status](http://img.shields.io/travis/zekesonxx/wow-toc.svg)](https://travis-ci.org/zekesonxx/wow-toc) World Of Warcraft addon `.toc` file parser. Written in Node.js. Built on the documentation at [Wowpedia](http://wowpedia.org/TOC_format).