mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
add: travis yml and badge
This commit is contained in:
parent
1a6d7d5723
commit
68628e3304
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.0"
|
||||
- "4.1"
|
||||
- "4.2"
|
||||
- "5.0"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user