From 68628e33044a80921a14fbe8b6538774ebef7af0 Mon Sep 17 00:00:00 2001 From: Ya Zhuang Date: Fri, 25 Dec 2015 07:05:58 +0800 Subject: [PATCH] add: travis yml and badge --- .travis.yml | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .travis.yml 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