feat: working bitbar output

This commit is contained in:
2018-12-06 14:12:07 -07:00
commit 9a96270df6
11 changed files with 2928 additions and 0 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: node_js
node_js:
- "stable"
- "8"
cache:
directories:
- node_modules
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
- /^v[0-9].*$/