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).