diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1eecbcd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - "4.0" + - "4.1" + - "4.2" + - "5.0" diff --git a/README.md b/README.md index a7d2e72..9b8ebfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ HackMyResume ============ + +[![Build status][travis-image]][travis-url] + *Create polished résumés and CVs in multiple formats from your command line or shell. Author in clean Markdown and JSON, export to Word, HTML, PDF, LaTeX, plain text, and other arbitrary formats. Fight the power, save trees. Compatible @@ -302,3 +305,4 @@ MIT. Go crazy. See [LICENSE.md][1] for details. [fresh]: https://github.com/fluentdesk/FRESH [fresca]: https://github.com/fluentdesk/FRESCA [dry]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself +[travis-url]: https://travis-ci.org/hacksalot/HackMyResume